3 instantiations of XamlText
System.Xaml (3)
System\Xaml\Parser\XamlScanner.cs (3)
215
_accumulatedText = new
XamlText
(_scannerStack.CurrentXmlSpacePreserve);
533
XamlText xmlText = new
XamlText
(true);
816
XamlText xamlText = new
XamlText
(true); // Don't collapse spaces in attributes
17 references to XamlText
System.Xaml (17)
System\Xaml\Parser\XamlPullParser.cs (9)
463
XamlText
text = _xamlScanner.TextContent;
591
XamlText
text = _xamlScanner.TextContent;
664
XamlText
text = _xamlScanner.TextContent;
839
XamlText
text = _xamlScanner.PropertyAttributeText;
919
private string Logic_ApplyFinalTextTrimming(
XamlText
text)
930
trimmed =
XamlText
.TrimTrailingWhitespace(trimmed);
939
trimmed =
XamlText
.TrimLeadingWhitespace(trimmed);
949
trimmed =
XamlText
.TrimTrailingWhitespace(trimmed);
1125
private bool Logic_IsDiscardableWhitespace(
XamlText
text)
System\Xaml\Parser\XamlScanner.cs (6)
31
XamlText
_accumulatedText;
96
public
XamlText
PropertyAttributeText
111
public
XamlText
TextContent
209
private
XamlText
AccumulatedText
533
XamlText
xmlText = new XamlText(true);
816
XamlText
xamlText = new XamlText(true); // Don't collapse spaces in attributes
System\Xaml\Parser\XamlScannerNode.cs (2)
34
public
XamlText
PropertyAttributeText { get; set; }
38
public
XamlText
TextContent { get; set; }