3 instantiations of XamlText
System.Xaml (3)
System\Xaml\Parser\XamlScanner.cs (3)
217
_accumulatedText = new
XamlText
(_scannerStack.CurrentXmlSpacePreserve);
526
XamlText xmlText = new
XamlText
(true);
801
XamlText xamlText = new
XamlText
(true); // Don't collapse spaces in attributes
17 references to XamlText
System.Xaml (17)
System\Xaml\Parser\XamlPullParser.cs (9)
439
XamlText
text = _xamlScanner.TextContent;
558
XamlText
text = _xamlScanner.TextContent;
630
XamlText
text = _xamlScanner.TextContent;
800
XamlText
text = _xamlScanner.PropertyAttributeText;
877
private string Logic_ApplyFinalTextTrimming(
XamlText
text)
888
trimmed =
XamlText
.TrimTrailingWhitespace(trimmed);
897
trimmed =
XamlText
.TrimLeadingWhitespace(trimmed);
907
trimmed =
XamlText
.TrimTrailingWhitespace(trimmed);
1074
private bool Logic_IsDiscardableWhitespace(
XamlText
text)
System\Xaml\Parser\XamlScanner.cs (6)
34
XamlText
_accumulatedText;
99
public
XamlText
PropertyAttributeText
114
public
XamlText
TextContent
211
private
XamlText
AccumulatedText
526
XamlText
xmlText = new XamlText(true);
801
XamlText
xamlText = new XamlText(true); // Don't collapse spaces in attributes
System\Xaml\Parser\XamlScannerNode.cs (2)
35
public
XamlText
PropertyAttributeText { get; set; }
39
public
XamlText
TextContent { get; set; }