7 references to PreviousFrame
PresentationFramework (7)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (6)
1206
if (_context.
PreviousFrame
.IsDeferredContent && _context.InsideStaticResource == false)
1331
if (_context.
PreviousFrame
.IsDeferredContent)
1337
_context.
PreviousFrame
.Key = key;
1345
if (_context.
PreviousFrame
.IsDeferredContent)
1351
key = _context.
PreviousFrame
.Key;
2269
frame = _context.
PreviousFrame
;
System\Windows\Markup\Baml2006\Baml2006ReaderContext.cs (1)
26
CurrentFrame.FreezeFreezables =
PreviousFrame
.FreezeFreezables;