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