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)
98IsDeferredContent = false;
6 references to IsDeferredContent
PresentationFramework (6)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (6)
976if (_context.CurrentFrame.IsDeferredContent) 1000if (_context.CurrentFrame.IsDeferredContent) 1207if (_context.PreviousFrame.IsDeferredContent && _context.InsideStaticResource == false) 1296if (_context.CurrentFrame.IsDeferredContent) 1330if (_context.PreviousFrame.IsDeferredContent) 1344if (_context.PreviousFrame.IsDeferredContent)