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