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)
568return _xamlParsePoints.Init(xaml); 575if (!_xamlParsePoints.IsValid) 580xamlTag = (string)_xamlParsePoints[0]; 589if (_xamlParsePoints.IsValid) 591length = (_xamlParsePoints.Count - 1) / 2; 626int nLength = (_xamlParsePoints.Count - 1) / 2; 633localName = (string)_xamlParsePoints[index * 2 + 1]; 634qName = (string)_xamlParsePoints[index * 2 + 2]; 671int nLength = (_xamlParsePoints.Count - 1) / 2; 678valueName = (string)_xamlParsePoints[index * 2 + 2]; 718return _xamlParsePoints.IsEmpty;