3 writes to IsDeferredContent
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (2)
250_context.CurrentFrame.IsDeferredContent = true; 939_context.CurrentFrame.IsDeferredContent = true;
System\Windows\Markup\Baml2006\Baml2006ReaderFrame.cs (1)
95IsDeferredContent = 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) 1331if (_context.PreviousFrame.IsDeferredContent) 1345if (_context.PreviousFrame.IsDeferredContent)