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)
94IsDeferredContent = false;
6 references to IsDeferredContent
PresentationFramework (6)
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (6)
997if (_context.CurrentFrame.IsDeferredContent) 1021if (_context.CurrentFrame.IsDeferredContent) 1221if (_context.PreviousFrame.IsDeferredContent && _context.InsideStaticResource == false) 1310if (_context.CurrentFrame.IsDeferredContent) 1344if (_context.PreviousFrame.IsDeferredContent) 1358if (_context.PreviousFrame.IsDeferredContent)