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