1 write to _xamlTagStack
PresentationFramework (1)
System\Windows\Documents\XamlToRtfParser.cs (1)
34_xamlTagStack = new XamlTagStack();
4 references to _xamlTagStack
PresentationFramework (4)
System\Windows\Documents\XamlToRtfParser.cs (4)
119if (xamlToRtfError == XamlToRtfError.None && _xamlTagStack.Count != 0) 180xamlToRtfError = (XamlToRtfError)_xamlTagStack.Push(name); 200if (_xamlTagStack.IsMatchTop(name)) 202_xamlTagStack.Pop();