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