3 instantiations of XamlText
System.Xaml (3)
System\Xaml\Parser\XamlScanner.cs (3)
214
_accumulatedText = new
XamlText
(_scannerStack.CurrentXmlSpacePreserve);
532
XamlText xmlText = new
XamlText
(true);
815
XamlText xamlText = new
XamlText
(true); // Don't collapse spaces in attributes
17 references to XamlText
System.Xaml (17)
System\Xaml\Parser\XamlPullParser.cs (9)
462
XamlText
text = _xamlScanner.TextContent;
590
XamlText
text = _xamlScanner.TextContent;
663
XamlText
text = _xamlScanner.TextContent;
838
XamlText
text = _xamlScanner.PropertyAttributeText;
918
private string Logic_ApplyFinalTextTrimming(
XamlText
text)
929
trimmed =
XamlText
.TrimTrailingWhitespace(trimmed);
938
trimmed =
XamlText
.TrimLeadingWhitespace(trimmed);
948
trimmed =
XamlText
.TrimTrailingWhitespace(trimmed);
1124
private bool Logic_IsDiscardableWhitespace(
XamlText
text)
System\Xaml\Parser\XamlScanner.cs (6)
30
private
XamlText
_accumulatedText;
95
public
XamlText
PropertyAttributeText
110
public
XamlText
TextContent
208
private
XamlText
AccumulatedText
532
XamlText
xmlText = new XamlText(true);
815
XamlText
xamlText = new XamlText(true); // Don't collapse spaces in attributes
System\Xaml\Parser\XamlScannerNode.cs (2)
33
public
XamlText
PropertyAttributeText { get; set; }
37
public
XamlText
TextContent { get; set; }