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