3 references to IsEmpty
System.Xaml (3)
System\Xaml\Parser\XamlPullParser.cs (1)
521&& !_xamlScanner.TextContent.IsEmpty
System\Xaml\Parser\XamlScanner.cs (1)
229get { return _accumulatedText is not null && !_accumulatedText.IsEmpty; }
System\Xaml\Parser\XamlText.cs (1)
110if (IsEmpty && !trimLeadingWhitespace)