1 write to Text
PresentationFramework (1)
System\Windows\Documents\XamlToRtfParser.cs (1)
325token.Text = _xaml.Substring(startIndex, _xamlIndex - startIndex);
6 references to Text
PresentationFramework (6)
System\Windows\Documents\XamlToRtfParser.cs (6)
80xamlToRtfError = _xamlContent.Characters(xamlToken.Text); 84xamlToRtfError = _xamlContent.SkippedEntity(xamlToken.Text); 108xamlToRtfError = _xamlContent.IgnorableWhitespace(xamlToken.Text); 161XamlToRtfError xamlToRtfError = _xamlAttributes.Init(xamlToken.Text); 191XamlToRtfError xamlToRtfError = _xamlAttributes.Init(xamlToken.Text); 327if (token.Text.Length == 0)