3 instantiations of XamlText
System.Xaml (3)
System\Xaml\Parser\XamlScanner.cs (3)
215_accumulatedText = new XamlText(_scannerStack.CurrentXmlSpacePreserve); 533XamlText xmlText = new XamlText(true); 816XamlText xamlText = new XamlText(true); // Don't collapse spaces in attributes
17 references to XamlText
System.Xaml (17)
System\Xaml\Parser\XamlPullParser.cs (9)
463XamlText text = _xamlScanner.TextContent; 591XamlText text = _xamlScanner.TextContent; 664XamlText text = _xamlScanner.TextContent; 839XamlText text = _xamlScanner.PropertyAttributeText; 919private string Logic_ApplyFinalTextTrimming(XamlText text) 930trimmed = XamlText.TrimTrailingWhitespace(trimmed); 939trimmed = XamlText.TrimLeadingWhitespace(trimmed); 949trimmed = XamlText.TrimTrailingWhitespace(trimmed); 1125private bool Logic_IsDiscardableWhitespace(XamlText text)
System\Xaml\Parser\XamlScanner.cs (6)
31XamlText _accumulatedText; 96public XamlText PropertyAttributeText 111public XamlText TextContent 209private XamlText AccumulatedText 533XamlText xmlText = new XamlText(true); 816XamlText 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; }