119 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)
444 bool IBorderElement.IsCornerRadiusSet() => IsSet(CornerRadiusProperty); 445 bool IBorderElement.IsBackgroundColorSet() => IsSet(BackgroundColorProperty); 446 bool IBorderElement.IsBackgroundSet() => IsSet(BackgroundProperty); 447 bool IBorderElement.IsBorderColorSet() => IsSet(BorderColorProperty); 448 bool IBorderElement.IsBorderWidthSet() => IsSet(BorderWidthProperty);
CheckBox\CheckBox.cs (2)
73 bool IBorderElement.IsBackgroundColorSet() => IsSet(BackgroundColorProperty); 74 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)
1551 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)
133 if (!Element.IsSet(AutomationProperties.IsInAccessibleTreeProperty)) 160 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)
220 if (Parent is Page page && page.IsSet(PlatformConfiguration.iOSSpecific.Page.PrefersHomeIndicatorAutoHiddenProperty)) 232 if (Parent is Page page && page.IsSet(PlatformConfiguration.iOSSpecific.Page.PrefersHomeIndicatorAutoHiddenProperty)) 244 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)
281 bool IBorderElement.IsCornerRadiusSet() => IsSet(BorderElement.CornerRadiusProperty); 282 bool IBorderElement.IsBackgroundColorSet() => IsSet(BackgroundColorProperty); 283 bool IBorderElement.IsBackgroundSet() => IsSet(BackgroundProperty); 284 bool IBorderElement.IsBorderColorSet() => IsSet(BorderElement.BorderColorProperty); 285 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)
103 if (_shell.IsSet(Shell.NavBarIsVisibleProperty)) 175 if (currentPage?.IsSet(Page.TitleProperty) == true)
ToolTipProperties.cs (1)
29 if (!bindable.IsSet(TextProperty))
VisualElement\VisualElement.cs (4)
2016 if (!IsSet(WidthRequestProperty)) 2039 if (!IsSet(HeightRequestProperty)) 2062 if (!IsSet(MinimumWidthRequestProperty)) 2079 if (!IsSet(MinimumHeightRequestProperty))
VisualStateManager.cs (1)
127 if (!element.IsSet(VisualStateGroupsProperty))
Window\Window.cs (2)
192 if (!IsSet(property)) 202 if (!IsSet(property))
Microsoft.Maui.Controls.Compatibility (26)
iOS\Cells\CellRenderer.cs (4)
48 if (cell.IsSet(AutomationProperties.IsInAccessibleTreeProperty)) 53 if (cell.IsSet(AutomationProperties.ExcludedWithChildrenProperty)) 58 if (cell.IsSet(AutomationProperties.NameProperty)) 63 if (cell.IsSet(AutomationProperties.HelpTextProperty))
iOS\Renderers\EditorRenderer.cs (2)
325 if (Element.IsSet(Microsoft.Maui.Controls.InputView.IsSpellCheckEnabledProperty)) 332 if (Element.IsSet(Editor.IsTextPredictionEnabledProperty))
iOS\Renderers\EntryRenderer.cs (7)
133 _cursorPositionChangePending = Element.IsSet(Entry.CursorPositionProperty); 134 _selectionLengthChangePending = Element.IsSet(Entry.SelectionLengthProperty); 315 if (Element.IsSet(Microsoft.Maui.Controls.InputView.IsSpellCheckEnabledProperty)) 322 if (Element.IsSet(Microsoft.Maui.Controls.Entry.IsTextPredictionEnabledProperty)) 485 if (Element.IsSet(Entry.SelectionLengthProperty)) 503 if (Element.IsSet(Entry.CursorPositionProperty)) 522 if (Element.IsSet(Specifics.CursorColorProperty))
iOS\Renderers\LabelRenderer.cs (3)
531 if (label.IsSet(Label.FontAttributesProperty)) 536 if (label.IsSet(Label.FontFamilyProperty)) 541 if (label.IsSet(Label.FontSizeProperty))
iOS\Renderers\ListViewRenderer.cs (1)
1125 if (List.IsSet(Specifics.SeparatorStyleProperty))
iOS\Renderers\NavigationRenderer.cs (1)
1291 bool isBackButtonTextSet = page.IsSet(NavigationPage.BackButtonTitleProperty);
iOS\Renderers\PageRenderer.cs (2)
337 bool isSafeAreaSet = Element.IsSet(PageSpecific.UseSafeAreaProperty); 383 bool isSafeAreaSet = Element.IsSet(PageSpecific.UseSafeAreaProperty);
iOS\Renderers\SearchBarRenderer.cs (1)
411 if (Element.IsSet(Microsoft.Maui.Controls.InputView.IsSpellCheckEnabledProperty))
iOS\Renderers\SliderRenderer.cs (1)
198 if (Element != null && Element.IsSet(Specifics.UpdateOnTapProperty))
iOS\Renderers\SwipeViewRenderer.cs (1)
645 if (Element.IsSet(Specifics.SwipeTransitionModeProperty))
iOS\Renderers\TabbedRenderer.cs (2)
487 if (Tabbed.IsSet(TabbedPage.SelectedTabColorProperty) && Tabbed.SelectedTabColor != null) 496 if (Tabbed.IsSet(TabbedPage.UnselectedTabColorProperty) && Tabbed.UnselectedTabColor != null)
iOS\VisualElementRenderer.cs (1)
123 if (Element != null && Element.IsSet(PlatformConfiguration.iOSSpecific.VisualElement.CanBecomeFirstResponderProperty))