6 references to IsNullOrEmpty
Microsoft.Maui.Controls (6)
NavigationPage\NavigationPageToolbar.cs (1)
239
if (Brush.
IsNullOrEmpty
(BarBackground) &&
Page\Page.cs (1)
840
if (!Brush.
IsNullOrEmpty
(Background))
Shell\ShellAppearance.cs (1)
162
if (Brush.
IsNullOrEmpty
(_brushArray[i]) && brushDataSet[i].IsSet)
SwipeView\SwipeView.Mapper.cs (2)
18
var contentBackgroundIsNull = Brush.
IsNullOrEmpty
(swipeView.Content.Background);
23
if (!Brush.
IsNullOrEmpty
(swipeView.Background))
VisualElement\VisualElement.cs (1)
1828
if (!Brush.
IsNullOrEmpty
(Background))