1 write to Text
PresentationFramework (1)
System\Windows\Documents\XamlToRtfParser.cs (1)
326token.Text = _xaml.Substring(startIndex, _xamlIndex - startIndex);
6 references to Text
PresentationFramework (6)
System\Windows\Documents\XamlToRtfParser.cs (6)
81xamlToRtfError = _xamlContent.Characters(xamlToken.Text); 85xamlToRtfError = _xamlContent.SkippedEntity(xamlToken.Text); 109xamlToRtfError = _xamlContent.IgnorableWhitespace(xamlToken.Text); 162XamlToRtfError xamlToRtfError = _xamlAttributes.Init(xamlToken.Text); 192XamlToRtfError xamlToRtfError = _xamlAttributes.Init(xamlToken.Text); 328if (token.Text.Length == 0)