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)
119
if (xamlToRtfError == XamlToRtfError.None &&
_xamlTagStack
.Count != 0)
180
xamlToRtfError = (XamlToRtfError)
_xamlTagStack
.Push(name);
200
if (
_xamlTagStack
.IsMatchTop(name))
202
_xamlTagStack
.Pop();