7 references to PreviousFrame
PresentationFramework (7)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (6)
1207if (_context.PreviousFrame.IsDeferredContent && _context.InsideStaticResource == false) 1332if (_context.PreviousFrame.IsDeferredContent) 1338_context.PreviousFrame.Key = key; 1346if (_context.PreviousFrame.IsDeferredContent) 1352key = _context.PreviousFrame.Key; 2262frame = _context.PreviousFrame;
System\Windows\Markup\Baml2006\Baml2006ReaderContext.cs (1)
26CurrentFrame.FreezeFreezables = PreviousFrame.FreezeFreezables;