2 writes to _currentFreezeStackFrame
PresentationFramework (2)
src\Framework\System\Windows\Markup\ParserContext.cs (2)
260_currentFreezeStackFrame = (FreezeStackFrame) _freezeStack.Pop(); 701context._currentFreezeStackFrame = _currentFreezeStackFrame;
8 references to _currentFreezeStackFrame
PresentationFramework (8)
src\Framework\System\Windows\Markup\ParserContext.cs (8)
227_currentFreezeStackFrame.IncrementRepeatCount(); 256if (!_currentFreezeStackFrame.DecrementRepeatCount()) 701context._currentFreezeStackFrame = _currentFreezeStackFrame; 767return _currentFreezeStackFrame.FreezeFreezables; 774if (value != _currentFreezeStackFrame.FreezeFreezables) 785_currentFreezeStackFrame.DecrementRepeatCount(); 801_freezeStack.Push(_currentFreezeStackFrame); 804_currentFreezeStackFrame.Reset(value);