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