1 write to _xamlParsePoints
PresentationFramework (1)
System\Windows\Documents\XamlToRtfParser.cs (1)
553
_xamlParsePoints
= new XamlParsePoints();
11 references to _xamlParsePoints
PresentationFramework (11)
System\Windows\Documents\XamlToRtfParser.cs (11)
568
return
_xamlParsePoints
.Init(xaml);
575
if (!
_xamlParsePoints
.IsValid)
580
xamlTag = (string)
_xamlParsePoints
[0];
589
if (
_xamlParsePoints
.IsValid)
591
length = (
_xamlParsePoints
.Count - 1) / 2;
626
int nLength = (
_xamlParsePoints
.Count - 1) / 2;
633
localName = (string)
_xamlParsePoints
[index * 2 + 1];
634
qName = (string)
_xamlParsePoints
[index * 2 + 2];
671
int nLength = (
_xamlParsePoints
.Count - 1) / 2;
678
valueName = (string)
_xamlParsePoints
[index * 2 + 2];
718
return
_xamlParsePoints
.IsEmpty;