2 writes to _currentFreezeStackFrame
PresentationFramework (2)
System\Windows\Markup\ParserContext.cs (2)
247_currentFreezeStackFrame = (FreezeStackFrame) _freezeStack.Pop(); 673context._currentFreezeStackFrame = _currentFreezeStackFrame;
8 references to _currentFreezeStackFrame
PresentationFramework (8)
System\Windows\Markup\ParserContext.cs (8)
214_currentFreezeStackFrame.IncrementRepeatCount(); 243if (!_currentFreezeStackFrame.DecrementRepeatCount()) 673context._currentFreezeStackFrame = _currentFreezeStackFrame; 737return _currentFreezeStackFrame.FreezeFreezables; 744if (value != _currentFreezeStackFrame.FreezeFreezables) 755_currentFreezeStackFrame.DecrementRepeatCount(); 771_freezeStack.Push(_currentFreezeStackFrame); 774_currentFreezeStackFrame.Reset(value);