1 write to _xamlTagStack
PresentationFramework (1)
src\Framework\System\Windows\Documents\XamlToRtfParser.cs (1)
36_xamlTagStack = new XamlTagStack();
4 references to _xamlTagStack
PresentationFramework (4)
src\Framework\System\Windows\Documents\XamlToRtfParser.cs (4)
121if (xamlToRtfError == XamlToRtfError.None && _xamlTagStack.Count != 0) 182xamlToRtfError = (XamlToRtfError)_xamlTagStack.Push(name); 202if (_xamlTagStack.IsMatchTop(name)) 204_xamlTagStack.Pop();