1 write to _xamlTagStack
PresentationFramework (1)
System\Windows\Documents\XamlToRtfParser.cs (1)
33_xamlTagStack = new XamlTagStack();
4 references to _xamlTagStack
PresentationFramework (4)
System\Windows\Documents\XamlToRtfParser.cs (4)
118if (xamlToRtfError == XamlToRtfError.None && _xamlTagStack.Count != 0) 179xamlToRtfError = (XamlToRtfError)_xamlTagStack.Push(name); 199if (_xamlTagStack.IsMatchTop(name)) 201_xamlTagStack.Pop();