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)
571return _xamlParsePoints.Init(xaml); 578if (!_xamlParsePoints.IsValid) 583xamlTag = (string)_xamlParsePoints[0]; 592if (_xamlParsePoints.IsValid) 594length = (_xamlParsePoints.Count - 1) / 2; 629int nLength = (_xamlParsePoints.Count - 1) / 2; 636localName = (string)_xamlParsePoints[index * 2 + 1]; 637qName = (string)_xamlParsePoints[index * 2 + 2]; 674int nLength = (_xamlParsePoints.Count - 1) / 2; 681valueName = (string)_xamlParsePoints[index * 2 + 2]; 721return _xamlParsePoints.IsEmpty;