1 write to Text
PresentationFramework (1)
src\Framework\System\Windows\Documents\XamlToRtfParser.cs (1)
328token.Text = _xaml.Substring(startIndex, _xamlIndex - startIndex);
6 references to Text
PresentationFramework (6)
src\Framework\System\Windows\Documents\XamlToRtfParser.cs (6)
83xamlToRtfError = _xamlContent.Characters(xamlToken.Text); 87xamlToRtfError = _xamlContent.SkippedEntity(xamlToken.Text); 111xamlToRtfError = _xamlContent.IgnorableWhitespace(xamlToken.Text); 164XamlToRtfError xamlToRtfError = _xamlAttributes.Init(xamlToken.Text); 194XamlToRtfError xamlToRtfError = _xamlAttributes.Init(xamlToken.Text); 330if (token.Text.Length == 0)