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)
103
bool IBorderElement.IsBackgroundColorSet() =>
IsSet
(BackgroundColorProperty);
104
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)
194
if (_currentPage.
IsSet
(NavigationPage.HasBackButtonProperty))
238
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)
226
if (newValue == null || bindable.
IsSet
(FlyoutIconProperty))
267
if (from.
IsSet
(property) && !to.
IsSet
(property))
549
if (!g.
IsSet
(SemanticProperties.DescriptionProperty))
Shell\Shell.cs (6)
640
if (bo is MenuItem mi && mi.Parent != null && mi.Parent.
IsSet
(MenuItemTemplateProperty))
642
else if (bo is MenuShellItem msi && msi.MenuItem != null && msi.MenuItem.
IsSet
(MenuItemTemplateProperty))
654
if (bindableObjectWithTemplate.
IsSet
(bp))
659
if (
IsSet
(bp))
1761
if (this.
IsSet
(FlyoutBehaviorProperty))
1809
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)
2079
if (!
IsSet
(WidthRequestProperty))
2102
if (!
IsSet
(HeightRequestProperty))
2125
if (!
IsSet
(MinimumWidthRequestProperty))
2142
if (!
IsSet
(MinimumHeightRequestProperty))
VisualStateManager.cs (1)
127
if (!element.
IsSet
(VisualStateGroupsProperty))
Window\Window.cs (2)
192
if (!
IsSet
(property))
202
if (!
IsSet
(property))