3 writes to IsDeferredContent
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (2)
272
_context.CurrentFrame.
IsDeferredContent
= true;
961
_context.CurrentFrame.
IsDeferredContent
= true;
src\Framework\System\Windows\Markup\Baml2006\Baml2006ReaderFrame.cs (1)
94
IsDeferredContent
= false;
6 references to IsDeferredContent
PresentationFramework (6)
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (6)
997
if (_context.CurrentFrame.
IsDeferredContent
)
1021
if (_context.CurrentFrame.
IsDeferredContent
)
1221
if (_context.PreviousFrame.
IsDeferredContent
&& _context.InsideStaticResource == false)
1310
if (_context.CurrentFrame.
IsDeferredContent
)
1344
if (_context.PreviousFrame.
IsDeferredContent
)
1358
if (_context.PreviousFrame.
IsDeferredContent
)