7 references to PreviousFrame
PresentationFramework (7)
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (6)
1221if (_context.PreviousFrame.IsDeferredContent && _context.InsideStaticResource == false) 1344if (_context.PreviousFrame.IsDeferredContent) 1350_context.PreviousFrame.Key = key; 1358if (_context.PreviousFrame.IsDeferredContent) 1364key = _context.PreviousFrame.Key; 2290frame = _context.PreviousFrame;
src\Framework\System\Windows\Markup\Baml2006\Baml2006ReaderContext.cs (1)
28CurrentFrame.FreezeFreezables = PreviousFrame.FreezeFreezables;