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