3 writes to IsDeferredContent
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (2)
250
_context.CurrentFrame.
IsDeferredContent
= true;
936
_context.CurrentFrame.
IsDeferredContent
= true;
System\Windows\Markup\Baml2006\Baml2006ReaderFrame.cs (1)
91
IsDeferredContent
= false;
6 references to IsDeferredContent
PresentationFramework (6)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (6)
972
if (_context.CurrentFrame.
IsDeferredContent
)
996
if (_context.CurrentFrame.
IsDeferredContent
)
1203
if (_context.PreviousFrame.
IsDeferredContent
&& !_context.InsideStaticResource)
1292
if (_context.CurrentFrame.
IsDeferredContent
)
1328
if (_context.PreviousFrame.
IsDeferredContent
)
1342
if (_context.PreviousFrame.
IsDeferredContent
)