3 references to Text
System.Xaml (3)
System\Xaml\Parser\XamlPullParser.cs (2)
852
foreach (XamlNode node in me.Parse(text.
Text
, LineNumber, LinePosition))
922
string trimmed = text.
Text
;
System\Xaml\Parser\XamlText.cs (1)
56
string text =
Text
;