3 writes to IsDeferredContent
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (2)
250
_context.CurrentFrame.
IsDeferredContent
= true;
939
_context.CurrentFrame.
IsDeferredContent
= true;
System\Windows\Markup\Baml2006\Baml2006ReaderFrame.cs (1)
95
IsDeferredContent
= false;
6 references to IsDeferredContent
PresentationFramework (6)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (6)
975
if (_context.CurrentFrame.
IsDeferredContent
)
999
if (_context.CurrentFrame.
IsDeferredContent
)
1206
if (_context.PreviousFrame.
IsDeferredContent
&& _context.InsideStaticResource == false)
1295
if (_context.CurrentFrame.
IsDeferredContent
)
1331
if (_context.PreviousFrame.
IsDeferredContent
)
1345
if (_context.PreviousFrame.
IsDeferredContent
)