1 write to BindableProperty
Microsoft.Maui.Controls (1)
BindablePropertyKey.cs (1)
14 BindableProperty = property;
43 references to BindableProperty
Microsoft.Maui.Controls (42)
BindableObject.cs (4)
121 ClearValueCore(propertyKey.BindableProperty, SetterSpecificity.ManualValueSetter); 511 SetValueCore(propertyKey.BindableProperty, value, SetValueFlags.ClearOneWayBindings | SetValueFlags.ClearDynamicResource, SetValuePrivateFlags.Default, SetterSpecificity.ManualValueSetter); 533 SetValueCore(propertyKey.BindableProperty, value, SetValueFlags.ClearOneWayBindings | SetValueFlags.ClearDynamicResource, SetValuePrivateFlags.Default, specificity); 810 CoerceValue(propertyKey.BindableProperty, checkAccess: false);
Button\Button.cs (1)
142 public static readonly BindableProperty IsPressedProperty = IsPressedPropertyKey.BindableProperty;
CompressedLayout.cs (1)
38 public static readonly BindableProperty HeadlessOffsetProperty = HeadlessOffsetPropertyKey.BindableProperty;
Image\Image.cs (1)
22 public static readonly BindableProperty IsLoadingProperty = IsLoadingPropertyKey.BindableProperty;
ImageButton\ImageButton.cs (2)
45 public static readonly BindableProperty IsLoadingProperty = IsLoadingPropertyKey.BindableProperty; 50 public static readonly BindableProperty IsPressedProperty = IsPressedPropertyKey.BindableProperty;
ImmutableBrush.cs (1)
12 public new static readonly BindableProperty ColorProperty = ColorPropertyKey.BindableProperty;
Items\CarouselView.cs (2)
49 public static readonly BindableProperty VisibleViewsProperty = VisibleViewsPropertyKey.BindableProperty; 57 public static readonly BindableProperty IsDraggingProperty = IsDraggingPropertyKey.BindableProperty;
NavigableElement\NavigableElement.cs (1)
17 public static readonly BindableProperty NavigationProperty = NavigationPropertyKey.BindableProperty;
NavigationPage\NavigationPage.cs (2)
49 public static readonly BindableProperty CurrentPageProperty = CurrentPagePropertyKey.BindableProperty; 53 public static readonly BindableProperty RootPageProperty = RootPagePropertyKey.BindableProperty;
PlatformConfiguration\iOSSpecific\Page.cs (1)
215 public static readonly BindableProperty SafeAreaInsetsProperty = SafeAreaInsetsPropertyKey.BindableProperty;
PlatformConfiguration\TizenSpecific\Application.cs (1)
73 return (Element)application.GetValue(ActiveBezelInteractionElementPropertyKey.BindableProperty);
ScrollView\ScrollView.cs (3)
120 public static readonly BindableProperty ScrollXProperty = ScrollXPropertyKey.BindableProperty; 125 public static readonly BindableProperty ScrollYProperty = ScrollYPropertyKey.BindableProperty; 130 public static readonly BindableProperty ContentSizeProperty = ContentSizePropertyKey.BindableProperty;
Shell\BaseShellItem.cs (2)
45 public static readonly BindableProperty IsCheckedProperty = IsCheckedPropertyKey.BindableProperty; 299 public static readonly BindableProperty WindowProperty = WindowPropertyKey.BindableProperty;
Shell\SearchHandler.cs (2)
25 public static readonly BindableProperty IsFocusedProperty = IsFocusedPropertyKey.BindableProperty; 411 public static BindableProperty SelectedItemProperty = SelectedItemPropertyKey.BindableProperty;
Shell\Shell.cs (2)
1065 public static readonly BindableProperty CurrentStateProperty = CurrentStatePropertyKey.BindableProperty; 1133 public static readonly BindableProperty ItemsProperty = ItemsPropertyKey.BindableProperty;
Shell\ShellContent.cs (1)
22 public static readonly BindableProperty MenuItemsProperty = MenuItemsPropertyKey.BindableProperty;
Shell\ShellItem.cs (1)
148 public static readonly BindableProperty ItemsProperty = ItemsPropertyKey.BindableProperty;
Shell\ShellSection.cs (1)
209 public static readonly BindableProperty ItemsProperty = ItemsPropertyKey.BindableProperty;
TemplatedItemsList.cs (3)
151 get { return (TItem)GetValue(HeaderContentPropertyKey.BindableProperty); } 202 get { return (IListProxy)GetValue(ListProxyPropertyKey.BindableProperty); } 605 return (bool)bindable.GetValue(IsGroupHeaderPropertyKey.BindableProperty);
VisualElement\VisualElement.cs (8)
45 public static readonly BindableProperty XProperty = XPropertyKey.BindableProperty; 50 public static readonly BindableProperty YProperty = YPropertyKey.BindableProperty; 68 public static readonly BindableProperty WidthProperty = WidthPropertyKey.BindableProperty; 74 public static readonly BindableProperty HeightProperty = HeightPropertyKey.BindableProperty; 397 public static readonly BindableProperty BehaviorsProperty = BehaviorsPropertyKey.BindableProperty; 408 public static readonly BindableProperty TriggersProperty = TriggersPropertyKey.BindableProperty; 437 public static readonly BindableProperty IsFocusedProperty = IsFocusedPropertyKey.BindableProperty; 481 public static readonly BindableProperty WindowProperty = WindowPropertyKey.BindableProperty;
WebView\WebView.cs (2)
37 public static readonly BindableProperty CanGoBackProperty = CanGoBackPropertyKey.BindableProperty; 42 public static readonly BindableProperty CanGoForwardProperty = CanGoForwardPropertyKey.BindableProperty;
Microsoft.Maui.Controls.Foldable (1)
TwoPaneView.cs (1)
70 public static readonly BindableProperty ModeProperty = ModePropertyKey.BindableProperty;