7 references to PreviousFrame
PresentationFramework (7)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (6)
1203if (_context.PreviousFrame.IsDeferredContent && !_context.InsideStaticResource) 1328if (_context.PreviousFrame.IsDeferredContent) 1334_context.PreviousFrame.Key = key; 1342if (_context.PreviousFrame.IsDeferredContent) 1348key = _context.PreviousFrame.Key; 2258frame = _context.PreviousFrame;
System\Windows\Markup\Baml2006\Baml2006ReaderContext.cs (1)
25CurrentFrame.FreezeFreezables = PreviousFrame.FreezeFreezables;