7 references to PreviousFrame
PresentationFramework (7)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (6)
1206if (_context.PreviousFrame.IsDeferredContent && _context.InsideStaticResource == false) 1329if (_context.PreviousFrame.IsDeferredContent) 1335_context.PreviousFrame.Key = key; 1343if (_context.PreviousFrame.IsDeferredContent) 1349key = _context.PreviousFrame.Key; 2265frame = _context.PreviousFrame;
System\Windows\Markup\Baml2006\Baml2006ReaderContext.cs (1)
29CurrentFrame.FreezeFreezables = PreviousFrame.FreezeFreezables;