2 writes to _currentFreezeStackFrame
PresentationFramework (2)
System\Windows\Markup\ParserContext.cs (2)
250
_currentFreezeStackFrame
= (FreezeStackFrame) _freezeStack.Pop();
676
context.
_currentFreezeStackFrame
= _currentFreezeStackFrame;
8 references to _currentFreezeStackFrame
PresentationFramework (8)
System\Windows\Markup\ParserContext.cs (8)
217
_currentFreezeStackFrame
.IncrementRepeatCount();
246
if (!
_currentFreezeStackFrame
.DecrementRepeatCount())
676
context._currentFreezeStackFrame =
_currentFreezeStackFrame
;
740
return
_currentFreezeStackFrame
.FreezeFreezables;
747
if (value !=
_currentFreezeStackFrame
.FreezeFreezables)
758
_currentFreezeStackFrame
.DecrementRepeatCount();
774
_freezeStack.Push(
_currentFreezeStackFrame
);
777
_currentFreezeStackFrame
.Reset(value);