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