3 instantiations of XamlText
System.Xaml (3)
System\Xaml\Parser\XamlScanner.cs (3)
214
_accumulatedText = new
XamlText
(_scannerStack.CurrentXmlSpacePreserve);
523
XamlText xmlText = new
XamlText
(true);
798
XamlText xamlText = new
XamlText
(true); // Don't collapse spaces in attributes
17 references to XamlText
System.Xaml (17)
System\Xaml\Parser\XamlPullParser.cs (9)
437
XamlText
text = _xamlScanner.TextContent;
556
XamlText
text = _xamlScanner.TextContent;
628
XamlText
text = _xamlScanner.TextContent;
798
XamlText
text = _xamlScanner.PropertyAttributeText;
875
private string Logic_ApplyFinalTextTrimming(
XamlText
text)
886
trimmed =
XamlText
.TrimTrailingWhitespace(trimmed);
895
trimmed =
XamlText
.TrimLeadingWhitespace(trimmed);
905
trimmed =
XamlText
.TrimTrailingWhitespace(trimmed);
1072
private bool Logic_IsDiscardableWhitespace(
XamlText
text)
System\Xaml\Parser\XamlScanner.cs (6)
31
XamlText
_accumulatedText;
96
public
XamlText
PropertyAttributeText
111
public
XamlText
TextContent
208
private
XamlText
AccumulatedText
523
XamlText
xmlText = new XamlText(true);
798
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; }