1 write to _xamlParsePoints
PresentationFramework (1)
System\Windows\Documents\XamlToRtfParser.cs (1)
554
_xamlParsePoints
= new XamlParsePoints();
11 references to _xamlParsePoints
PresentationFramework (11)
System\Windows\Documents\XamlToRtfParser.cs (11)
569
return
_xamlParsePoints
.Init(xaml);
576
if (!
_xamlParsePoints
.IsValid)
581
xamlTag = (string)
_xamlParsePoints
[0];
590
if (
_xamlParsePoints
.IsValid)
592
length = (
_xamlParsePoints
.Count - 1) / 2;
627
int nLength = (
_xamlParsePoints
.Count - 1) / 2;
634
localName = (string)
_xamlParsePoints
[index * 2 + 1];
635
qName = (string)
_xamlParsePoints
[index * 2 + 2];
672
int nLength = (
_xamlParsePoints
.Count - 1) / 2;
679
valueName = (string)
_xamlParsePoints
[index * 2 + 2];
719
return
_xamlParsePoints
.IsEmpty;