12 references to IsNullOrEmpty
Microsoft.Maui.Controls (11)
Compatibility\Handlers\FlyoutPage\iOS\PhoneFlyoutPageRenderer.cs (1)
517
if (!Brush.
IsNullOrEmpty
(background))
Compatibility\Handlers\iOS\FrameRenderer.cs (1)
125
if (!Brush.
IsNullOrEmpty
(element.Background))
Compatibility\Handlers\ListView\iOS\ListViewRenderer.cs (1)
99
if (!Brush.
IsNullOrEmpty
(brush))
Compatibility\Handlers\Shell\iOS\ShellFlyoutRenderer.cs (1)
318
if (Brush.
IsNullOrEmpty
(_backdropBrush))
NavigationPage\NavigationPageToolbar.cs (1)
239
if (Brush.
IsNullOrEmpty
(BarBackground) &&
Page\Page.cs (1)
837
if (!Brush.
IsNullOrEmpty
(Background))
Platform\iOS\Extensions\BrushExtensions.cs (1)
28
if (Brush.
IsNullOrEmpty
(brush))
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)
1818
if (!Brush.
IsNullOrEmpty
(Background))
Microsoft.Maui.Controls.Compatibility (1)
Tizen\Extensions\BrushExtensions.cs (1)
48
if (Brush.
IsNullOrEmpty
(brush))