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