3 writes to IsDeferredContent
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (2)
255
_context.CurrentFrame.
IsDeferredContent
= true;
940
_context.CurrentFrame.
IsDeferredContent
= true;
System\Windows\Markup\Baml2006\Baml2006ReaderFrame.cs (1)
98
IsDeferredContent
= false;
6 references to IsDeferredContent
PresentationFramework (6)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (6)
976
if (_context.CurrentFrame.
IsDeferredContent
)
1000
if (_context.CurrentFrame.
IsDeferredContent
)
1207
if (_context.PreviousFrame.
IsDeferredContent
&& _context.InsideStaticResource == false)
1296
if (_context.CurrentFrame.
IsDeferredContent
)
1330
if (_context.PreviousFrame.
IsDeferredContent
)
1344
if (_context.PreviousFrame.
IsDeferredContent
)