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