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