href="css/SyntaxHighlighter.css">
This problem is typically encountered when you are trying to use IsLoaded like a dependency property
e.g
- <trigger property="IsLoaded" value="True">
- <trigger.enteractions>
- <beginstoryboard>
- <storyboard autoreverse="True">
- <doubleanimation storyboard.targetproperty="Opacity" storyboard.targetname="glowImage" to="1" begintime="0:0:0" duration="0:0:1">
- <doubleanimation storyboard.targetproperty="Opacity" storyboard.targetname="glowImage" to="0" begintime="0:0:1" duration="0:0:2">
- </doubleanimation></doubleanimation></storyboard>
- </beginstoryboard>
- </trigger.enteractions>
- /trigger>
Its wierd at the first look why IsVisible a dependency property and not IsLoaded.