2 writes to _currentFreezeStackFrame
PresentationFramework (2)
System\Windows\Markup\ParserContext.cs (2)
247
_currentFreezeStackFrame
= (FreezeStackFrame) _freezeStack.Pop();
673
context.
_currentFreezeStackFrame
= _currentFreezeStackFrame;
8 references to _currentFreezeStackFrame
PresentationFramework (8)
System\Windows\Markup\ParserContext.cs (8)
214
_currentFreezeStackFrame
.IncrementRepeatCount();
243
if (!
_currentFreezeStackFrame
.DecrementRepeatCount())
673
context._currentFreezeStackFrame =
_currentFreezeStackFrame
;
737
return
_currentFreezeStackFrame
.FreezeFreezables;
744
if (value !=
_currentFreezeStackFrame
.FreezeFreezables)
755
_currentFreezeStackFrame
.DecrementRepeatCount();
771
_freezeStack.Push(
_currentFreezeStackFrame
);
774
_currentFreezeStackFrame
.Reset(value);