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