2 writes to _currentFreezeStackFrame
PresentationFramework (2)
System\Windows\Markup\ParserContext.cs (2)
245
_currentFreezeStackFrame
= (FreezeStackFrame) _freezeStack.Pop();
671
context.
_currentFreezeStackFrame
= _currentFreezeStackFrame;
8 references to _currentFreezeStackFrame
PresentationFramework (8)
System\Windows\Markup\ParserContext.cs (8)
213
_currentFreezeStackFrame
.IncrementRepeatCount();
241
if (!
_currentFreezeStackFrame
.DecrementRepeatCount())
671
context._currentFreezeStackFrame =
_currentFreezeStackFrame
;
735
return
_currentFreezeStackFrame
.FreezeFreezables;
742
if (value !=
_currentFreezeStackFrame
.FreezeFreezables)
753
_currentFreezeStackFrame
.DecrementRepeatCount();
769
_freezeStack.Push(
_currentFreezeStackFrame
);
772
_currentFreezeStackFrame
.Reset(value);