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)
569return _xamlParsePoints.Init(xaml); 576if (!_xamlParsePoints.IsValid) 581xamlTag = (string)_xamlParsePoints[0]; 590if (_xamlParsePoints.IsValid) 592length = (_xamlParsePoints.Count - 1) / 2; 627int nLength = (_xamlParsePoints.Count - 1) / 2; 634localName = (string)_xamlParsePoints[index * 2 + 1]; 635qName = (string)_xamlParsePoints[index * 2 + 2]; 672int nLength = (_xamlParsePoints.Count - 1) / 2; 679valueName = (string)_xamlParsePoints[index * 2 + 2]; 719return _xamlParsePoints.IsEmpty;