30 references to SetValue
Microsoft.Maui.Controls (27)
Button\Button.cs (1)
258 void IButtonElement.SetIsPressed(bool isPressed) => SetValue(IsPressedPropertyKey, isPressed);
CompressedLayout.cs (1)
46 => bindable.SetValue(HeadlessOffsetPropertyKey, value);
Image\Image.cs (1)
46 private set => SetValue(IsLoadingPropertyKey, value);
ImageButton\ImageButton.cs (2)
175 public void SetIsLoading(bool isLoading) => SetValue(IsLoadingPropertyKey, isLoading); 180 SetValue(IsPressedPropertyKey, isPressed);
ImmutableBrush.cs (1)
16 SetValue(ColorPropertyKey, color);
Items\CarouselView.cs (1)
268 SetValue(IsDraggingPropertyKey, value);
NavigableElement\NavigableElement.cs (1)
32 internal set { SetValue(NavigationPropertyKey, value); }
NavigationPage\NavigationPage.cs (2)
143 private set { SetValue(CurrentPagePropertyKey, value); } 150 private set { SetValue(RootPagePropertyKey, value); }
PlatformConfiguration\iOSSpecific\Page.cs (1)
229 element.SetValue(SafeAreaInsetsPropertyKey, value);
PlatformConfiguration\TizenSpecific\Application.cs (1)
80 application.SetValue(ActiveBezelInteractionElementPropertyKey, value);
ScrollView\ScrollView.cs (3)
192 private set { SetValue(ContentSizePropertyKey, value); } 206 private set { SetValue(ScrollXPropertyKey, value); } 213 private set { SetValue(ScrollYPropertyKey, value); }
Shell\BaseShellItem.cs (1)
306 set => SetValue(WindowPropertyKey, value);
Shell\Shell.cs (1)
1688 baseItem.SetValue(BaseShellItem.IsCheckedPropertyKey, isChecked);
TemplatedItemsList.cs (3)
152 private set { SetValue(HeaderContentPropertyKey, value); } 203 private set { SetValue(ListProxyPropertyKey, value); } 619 bindable.SetValue(IsGroupHeaderPropertyKey, value);
VisualElement\VisualElement.cs (5)
492 set => SetValue(WindowPropertyKey, value); 593 private set { SetValue(HeightPropertyKey, value); } 872 private set { SetValue(WidthPropertyKey, value); } 895 private set { SetValue(XPropertyKey, value); } 905 private set { SetValue(YPropertyKey, value); }
WebView\WebView.cs (2)
65 set { SetValue(CanGoBackPropertyKey, value); } 78 set { SetValue(CanGoForwardPropertyKey, value); }
Microsoft.Maui.Controls.Compatibility (2)
Tizen\Renderers\VisualElementRenderer.cs (2)
604 Element.SetValue(VisualElement.IsFocusedPropertyKey, true); 615 Element.SetValue(VisualElement.IsFocusedPropertyKey, false);
Microsoft.Maui.Controls.Foldable (1)
TwoPaneView.cs (1)
420 SetValue(ModePropertyKey, newViewMode);