2 writes to _currentFreezeStackFrame
PresentationFramework (2)
src\Framework\System\Windows\Markup\ParserContext.cs (2)
260
_currentFreezeStackFrame
= (FreezeStackFrame) _freezeStack.Pop();
701
context.
_currentFreezeStackFrame
= _currentFreezeStackFrame;
8 references to _currentFreezeStackFrame
PresentationFramework (8)
src\Framework\System\Windows\Markup\ParserContext.cs (8)
227
_currentFreezeStackFrame
.IncrementRepeatCount();
256
if (!
_currentFreezeStackFrame
.DecrementRepeatCount())
701
context._currentFreezeStackFrame =
_currentFreezeStackFrame
;
767
return
_currentFreezeStackFrame
.FreezeFreezables;
774
if (value !=
_currentFreezeStackFrame
.FreezeFreezables)
785
_currentFreezeStackFrame
.DecrementRepeatCount();
801
_freezeStack.Push(
_currentFreezeStackFrame
);
804
_currentFreezeStackFrame
.Reset(value);