2 writes to _currentFreezeStackFrame
PresentationFramework (2)
System\Windows\Markup\ParserContext.cs (2)
246
_currentFreezeStackFrame
= (FreezeStackFrame) _freezeStack.Pop();
672
context.
_currentFreezeStackFrame
= _currentFreezeStackFrame;
8 references to _currentFreezeStackFrame
PresentationFramework (8)
System\Windows\Markup\ParserContext.cs (8)
214
_currentFreezeStackFrame
.IncrementRepeatCount();
242
if (!
_currentFreezeStackFrame
.DecrementRepeatCount())
672
context._currentFreezeStackFrame =
_currentFreezeStackFrame
;
736
return
_currentFreezeStackFrame
.FreezeFreezables;
743
if (value !=
_currentFreezeStackFrame
.FreezeFreezables)
754
_currentFreezeStackFrame
.DecrementRepeatCount();
770
_freezeStack.Push(
_currentFreezeStackFrame
);
773
_currentFreezeStackFrame
.Reset(value);