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