93 references to IsSet
Microsoft.Maui.Controls (93)
BindableLayout\BindableLayout.cs (1)
429
if (maybeEmptyView.
IsSet
(BindableLayoutTemplateProperty))
BindableObjectExtensions.cs (1)
155
if (bindableObject.
IsSet
(bindableProperty))
Button\Button.cs (5)
443
bool IBorderElement.IsCornerRadiusSet() =>
IsSet
(CornerRadiusProperty);
444
bool IBorderElement.IsBackgroundColorSet() =>
IsSet
(BackgroundColorProperty);
445
bool IBorderElement.IsBackgroundSet() =>
IsSet
(BackgroundProperty);
446
bool IBorderElement.IsBorderColorSet() =>
IsSet
(BorderColorProperty);
447
bool IBorderElement.IsBorderWidthSet() =>
IsSet
(BorderWidthProperty);
CheckBox\CheckBox.cs (2)
71
bool IBorderElement.IsBackgroundColorSet() =>
IsSet
(BackgroundColorProperty);
72
bool IBorderElement.IsBackgroundSet() =>
IsSet
(BackgroundProperty);
Compatibility\Handlers\ListView\iOS\CellRenderer.cs (4)
67
if (cell.
IsSet
(AutomationProperties.IsInAccessibleTreeProperty))
72
if (cell.
IsSet
(AutomationProperties.ExcludedWithChildrenProperty))
78
if (cell.
IsSet
(AutomationProperties.NameProperty))
83
if (cell.
IsSet
(AutomationProperties.HelpTextProperty))
Compatibility\Handlers\ListView\iOS\ListViewRenderer.cs (1)
1103
if (list.
IsSet
(Specifics.SeparatorStyleProperty))
Compatibility\Handlers\NavigationPage\iOS\NavigationRenderer.cs (1)
1514
bool isBackButtonTextSet = page.
IsSet
(NavigationPage.BackButtonTitleProperty);
Compatibility\Handlers\Shell\iOS\ShellFlyoutContentRenderer.cs (1)
256
if (imageSource is null || !_shellContext.Shell.
IsSet
(Shell.FlyoutBackgroundImageProperty))
Compatibility\Handlers\Shell\iOS\ShellFlyoutHeaderContainer.cs (1)
19
if (View.
IsSet
(View.MarginProperty))
Compatibility\Handlers\Shell\iOS\ShellFlyoutLayoutManager.cs (2)
349
&& !view.
IsSet
(View.MarginProperty)
435
if (!double.IsNaN(MeasuredHeaderViewHeightWithMargin) && HeaderView?.View.
IsSet
(View.MarginProperty) == true)
Compatibility\Handlers\TabbedPage\iOS\TabbedRenderer.cs (7)
478
if (tabbed.
IsSet
(TabbedPage.SelectedTabColorProperty) && tabbed.SelectedTabColor != null)
491
if (tabbed.
IsSet
(TabbedPage.UnselectedTabColorProperty) && tabbed.UnselectedTabColor != null)
531
tabbed.
IsSet
(TabbedPage.SelectedTabColorProperty) ? tabbed.SelectedTabColor : null,
532
tabbed.
IsSet
(TabbedPage.UnselectedTabColorProperty) ? tabbed.UnselectedTabColor : null,
533
tabbed.
IsSet
(TabbedPage.BarBackgroundColorProperty) ? tabbed.BarBackgroundColor : null,
534
tabbed.
IsSet
(TabbedPage.BarTextColorProperty) ? tabbed.BarTextColor : null,
535
tabbed.
IsSet
(TabbedPage.BarTextColorProperty) ? tabbed.BarTextColor : null);
Compatibility\iOS\Extensions\AccessibilityExtensions.cs (2)
103
if (!Element.
IsSet
(AutomationProperties.IsInAccessibleTreeProperty))
137
if (!Element.
IsSet
(AutomationProperties.ExcludedWithChildrenProperty))
ContentConverter.cs (1)
107
return !content.
IsSet
(property) && !content.GetIsBound(property);
Element\Element.iOS.cs (2)
14
if (!element.
IsSet
(AutomationProperties.IsInAccessibleTreeProperty))
35
if (!view.
IsSet
(AutomationProperties.ExcludedWithChildrenProperty))
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))
Page\Page.cs (3)
218
if (Parent is Page page && page.
IsSet
(PlatformConfiguration.iOSSpecific.Page.PrefersHomeIndicatorAutoHiddenProperty))
230
if (Parent is Page page && page.
IsSet
(PlatformConfiguration.iOSSpecific.Page.PrefersHomeIndicatorAutoHiddenProperty))
242
if (Parent is Page page && page.
IsSet
(PlatformConfiguration.iOSSpecific.Page.PrefersHomeIndicatorAutoHiddenProperty))
Platform\iOS\Extensions\FormattedStringExtensions.cs (1)
100
if (span.
IsSet
(Span.TextDecorationsProperty))
Platform\iOS\Extensions\TextExtensions.cs (1)
17
if (entry.
IsSet
(Specifics.CursorColorProperty))
PlatformConfiguration\AndroidSpecific\TabbedPage.cs (1)
142
if (element.
IsSet
(ToolbarPlacementProperty) && GetToolbarPlacement(element) != value)
RadioButton\RadioButton.cs (5)
279
bool IBorderElement.IsCornerRadiusSet() =>
IsSet
(BorderElement.CornerRadiusProperty);
280
bool IBorderElement.IsBackgroundColorSet() =>
IsSet
(BackgroundColorProperty);
281
bool IBorderElement.IsBackgroundSet() =>
IsSet
(BackgroundProperty);
282
bool IBorderElement.IsBorderColorSet() =>
IsSet
(BorderElement.BorderColorProperty);
283
bool IBorderElement.IsBorderWidthSet() =>
IsSet
(BorderElement.BorderWidthProperty);
SemanticProperties.cs (1)
88
if (source.
IsSet
(bp))
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)
103
if (_shell.
IsSet
(Shell.NavBarIsVisibleProperty))
175
if (currentPage?.
IsSet
(Page.TitleProperty) == true)
ToolTipProperties.cs (1)
29
if (!bindable.
IsSet
(TextProperty))
VisualElement\VisualElement.cs (7)
1984
if (!this.
IsSet
(SemanticProperties.HintProperty) &&
1985
!this.
IsSet
(SemanticProperties.DescriptionProperty) &&
1986
!this.
IsSet
(SemanticProperties.HeadingLevelProperty))
2027
if (!
IsSet
(WidthRequestProperty))
2050
if (!
IsSet
(HeightRequestProperty))
2073
if (!
IsSet
(MinimumWidthRequestProperty))
2090
if (!
IsSet
(MinimumHeightRequestProperty))
VisualStateManager.cs (1)
127
if (!element.
IsSet
(VisualStateGroupsProperty))
Window\Window.cs (2)
192
if (!
IsSet
(property))
202
if (!
IsSet
(property))