1 write to _xamlParsePoints
PresentationFramework (1)
src\Framework\System\Windows\Documents\XamlToRtfParser.cs (1)
556
_xamlParsePoints
= new XamlParsePoints();
11 references to _xamlParsePoints
PresentationFramework (11)
src\Framework\System\Windows\Documents\XamlToRtfParser.cs (11)
571
return
_xamlParsePoints
.Init(xaml);
578
if (!
_xamlParsePoints
.IsValid)
583
xamlTag = (string)
_xamlParsePoints
[0];
592
if (
_xamlParsePoints
.IsValid)
594
length = (
_xamlParsePoints
.Count - 1) / 2;
629
int nLength = (
_xamlParsePoints
.Count - 1) / 2;
636
localName = (string)
_xamlParsePoints
[index * 2 + 1];
637
qName = (string)
_xamlParsePoints
[index * 2 + 2];
674
int nLength = (
_xamlParsePoints
.Count - 1) / 2;
681
valueName = (string)
_xamlParsePoints
[index * 2 + 2];
721
return
_xamlParsePoints
.IsEmpty;