2 writes to _currentFreezeStackFrame
PresentationFramework (2)
System\Windows\Markup\ParserContext.cs (2)
245_currentFreezeStackFrame = (FreezeStackFrame) _freezeStack.Pop(); 671context._currentFreezeStackFrame = _currentFreezeStackFrame;
8 references to _currentFreezeStackFrame
PresentationFramework (8)
System\Windows\Markup\ParserContext.cs (8)
213_currentFreezeStackFrame.IncrementRepeatCount(); 241if (!_currentFreezeStackFrame.DecrementRepeatCount()) 671context._currentFreezeStackFrame = _currentFreezeStackFrame; 735return _currentFreezeStackFrame.FreezeFreezables; 742if (value != _currentFreezeStackFrame.FreezeFreezables) 753_currentFreezeStackFrame.DecrementRepeatCount(); 769_freezeStack.Push(_currentFreezeStackFrame); 772_currentFreezeStackFrame.Reset(value);