3 writes to IsDeferredContent
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (2)
250_context.CurrentFrame.IsDeferredContent = true; 936_context.CurrentFrame.IsDeferredContent = true;
System\Windows\Markup\Baml2006\Baml2006ReaderFrame.cs (1)
91IsDeferredContent = false;
6 references to IsDeferredContent
PresentationFramework (6)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (6)
972if (_context.CurrentFrame.IsDeferredContent) 996if (_context.CurrentFrame.IsDeferredContent) 1203if (_context.PreviousFrame.IsDeferredContent && !_context.InsideStaticResource) 1292if (_context.CurrentFrame.IsDeferredContent) 1328if (_context.PreviousFrame.IsDeferredContent) 1342if (_context.PreviousFrame.IsDeferredContent)