67 references to IsSet
Microsoft.Maui.Controls (67)
BindableLayout\BindableLayout.cs (1)
582
if (child is BindableObject bindable && bindable.
IsSet
(BindableLayoutTemplateProperty))
BindableObjectExtensions.cs (1)
155
if (bindableObject.
IsSet
(bindableProperty))
Button\Button.cs (5)
445
bool IBorderElement.IsCornerRadiusSet() =>
IsSet
(CornerRadiusProperty);
446
bool IBorderElement.IsBackgroundColorSet() =>
IsSet
(BackgroundColorProperty);
447
bool IBorderElement.IsBackgroundSet() =>
IsSet
(BackgroundProperty);
448
bool IBorderElement.IsBorderColorSet() =>
IsSet
(BorderColorProperty);
449
bool IBorderElement.IsBorderWidthSet() =>
IsSet
(BorderWidthProperty);
CheckBox\CheckBox.cs (2)
73
bool IBorderElement.IsBackgroundColorSet() =>
IsSet
(BackgroundColorProperty);
74
bool IBorderElement.IsBackgroundSet() =>
IsSet
(BackgroundProperty);
ContentConverter.cs (1)
107
return !content.
IsSet
(property) && !content.GetIsBound(property);
Frame\Frame.cs (5)
77
bool IBorderElement.IsCornerRadiusSet() =>
IsSet
(CornerRadiusProperty);
79
bool IBorderElement.IsBackgroundColorSet() =>
IsSet
(BackgroundColorProperty);
81
bool IBorderElement.IsBackgroundSet() =>
IsSet
(BackgroundProperty);
83
bool IBorderElement.IsBorderColorSet() =>
IsSet
(BorderColorProperty);
137
frame.
IsSet
(Compatibility.Layout.IsClippedToBoundsProperty) ? frame.IsClippedToBounds : defaultValue;
ImageButton\ImageButton.cs (5)
238
bool IBorderElement.IsCornerRadiusSet() =>
IsSet
(CornerRadiusProperty);
239
bool IBorderElement.IsBackgroundColorSet() =>
IsSet
(BackgroundColorProperty);
240
bool IBorderElement.IsBackgroundSet() =>
IsSet
(BackgroundProperty);
241
bool IBorderElement.IsBorderColorSet() =>
IsSet
(BorderColorProperty);
242
bool IBorderElement.IsBorderWidthSet() =>
IsSet
(BorderWidthProperty);
ImageElement.cs (1)
158
return bindable.
IsSet
(IsAnimationPlayingProperty);
Label\Label.Mapper.cs (3)
174
if (label.
IsSet
(Label.FontAttributesProperty))
177
if (label.
IsSet
(Label.FontFamilyProperty))
180
if (label.
IsSet
(Label.FontSizeProperty))
Layout\FlexLayout.cs (5)
164
if (!bindable.
IsSet
(FlexItemProperty))
172
if (!bindable.
IsSet
(FlexItemProperty))
180
if (!bindable.
IsSet
(FlexItemProperty))
188
if (!bindable.
IsSet
(FlexItemProperty))
196
if (!bindable.
IsSet
(FlexItemProperty))
LegacyLayouts\FlexLayout.cs (5)
152
if (!bindable.
IsSet
(FlexItemProperty))
160
if (!bindable.
IsSet
(FlexItemProperty))
168
if (!bindable.
IsSet
(FlexItemProperty))
176
if (!bindable.
IsSet
(FlexItemProperty))
184
if (!bindable.
IsSet
(FlexItemProperty))
NavigationPage\NavigationPageToolbar.cs (2)
182
if (_currentPage.
IsSet
(NavigationPage.HasBackButtonProperty))
226
if (navigationPage.
IsSet
(PlatformConfiguration.AndroidSpecific.AppCompat.NavigationPage.BarHeightProperty))
PlatformConfiguration\AndroidSpecific\TabbedPage.cs (1)
142
if (element.
IsSet
(ToolbarPlacementProperty) && GetToolbarPlacement(element) != value)
RadioButton\RadioButton.cs (5)
282
bool IBorderElement.IsCornerRadiusSet() =>
IsSet
(BorderElement.CornerRadiusProperty);
283
bool IBorderElement.IsBackgroundColorSet() =>
IsSet
(BackgroundColorProperty);
284
bool IBorderElement.IsBackgroundSet() =>
IsSet
(BackgroundProperty);
285
bool IBorderElement.IsBorderColorSet() =>
IsSet
(BorderElement.BorderColorProperty);
286
bool IBorderElement.IsBorderWidthSet() =>
IsSet
(BorderElement.BorderWidthProperty);
SemanticProperties.cs (4)
88
if (source.
IsSet
(bp))
96
if (!bindable.
IsSet
(HintProperty) &&
97
!bindable.
IsSet
(DescriptionProperty) &&
98
!bindable.
IsSet
(HeadingLevelProperty))
Shell\BaseShellItem.cs (4)
225
if (newValue == null || bindable.
IsSet
(FlyoutIconProperty))
266
if (from.
IsSet
(property) && !to.
IsSet
(property))
548
if (!g.
IsSet
(SemanticProperties.DescriptionProperty))
Shell\Shell.cs (6)
638
if (bo is MenuItem mi && mi.Parent != null && mi.Parent.
IsSet
(MenuItemTemplateProperty))
640
else if (bo is MenuShellItem msi && msi.MenuItem != null && msi.MenuItem.
IsSet
(MenuItemTemplateProperty))
652
if (bindableObjectWithTemplate.
IsSet
(bp))
657
if (
IsSet
(bp))
1759
if (this.
IsSet
(FlyoutBehaviorProperty))
1807
else if (element.
IsSet
(property))
Shell\ShellContent.cs (1)
347
if (query.Count == 0 && !this.
IsSet
(QueryAttributesProperty))
ShellToolbar.cs (2)
104
if (_shell.
IsSet
(Shell.NavBarIsVisibleProperty))
175
if (currentPage?.
IsSet
(Page.TitleProperty) == true)
ToolTipProperties.cs (1)
29
if (!bindable.
IsSet
(TextProperty))
VisualElement\VisualElement.cs (4)
2024
if (!
IsSet
(WidthRequestProperty))
2047
if (!
IsSet
(HeightRequestProperty))
2070
if (!
IsSet
(MinimumWidthRequestProperty))
2087
if (!
IsSet
(MinimumHeightRequestProperty))
VisualStateManager.cs (1)
127
if (!element.
IsSet
(VisualStateGroupsProperty))
Window\Window.cs (2)
192
if (!
IsSet
(property))
202
if (!
IsSet
(property))