1 implementation of UpdateValue
Microsoft.Maui (1)
Handlers\Element\ElementHandler.cs (1)
82
public virtual void
UpdateValue
(string property)
87 references to UpdateValue
Microsoft.Maui (4)
Handlers\View\ViewHandler.cs (4)
370
handler.
UpdateValue
(nameof(IViewHandler.ContainerView));
382
handler.
UpdateValue
(nameof(IViewHandler.ContainerView));
427
handler.
UpdateValue
(nameof(IView.Visibility));
443
handler.
UpdateValue
(nameof(IViewHandler.ContainerView));
Microsoft.Maui.Controls (77)
Border\Border.cs (3)
315
Handler?.
UpdateValue
(nameof(IBorderStroke.Shape));
319
Handler?.
UpdateValue
(nameof(IBorderStroke.StrokeDashPattern));
325
Handler?.
UpdateValue
(nameof(IBorderStroke.StrokeDashPattern));
BoxView\BoxView.cs (1)
63
Handler?.
UpdateValue
(nameof(IShapeView.Shape));
Button\Button.cs (5)
400
Handler?.
UpdateValue
(nameof(ITextStyle.Font));
475
Handler?.
UpdateValue
(nameof(IButtonStroke.StrokeColor));
477
Handler?.
UpdateValue
(nameof(IButtonStroke.StrokeThickness));
479
Handler?.
UpdateValue
(nameof(IImage.Source));
500
Handler?.
UpdateValue
(nameof(ContentLayout));
CheckBox\CheckBox.cs (1)
19
((CheckBox)bindable).Handler?.
UpdateValue
(nameof(ICheckBox.Foreground));
CheckBox\CheckBox.Mapper.cs (1)
19
handler?.
UpdateValue
(nameof(ICheckBox.Foreground));
DatePicker\DatePicker.cs (1)
147
Handler?.
UpdateValue
(nameof(ITextStyle.Font));
Element\Element.cs (1)
686
Handler?.
UpdateValue
(property);
FlyoutPage\FlyoutPage.cs (2)
326
Handler?.
UpdateValue
(nameof(FlyoutBehavior));
347
Handler?.
UpdateValue
(nameof(FlyoutBehavior));
FlyoutPage\FlyoutPage.Mapper.cs (1)
20
handler.
UpdateValue
(nameof(IFlyoutView.FlyoutBehavior));
ImageButton\ImageButton.cs (2)
257
Handler?.
UpdateValue
(nameof(IImageButton.StrokeThickness));
259
Handler?.
UpdateValue
(nameof(IImageButton.StrokeColor));
InputView\InputView.cs (1)
251
Handler?.
UpdateValue
(nameof(ITextStyle.Font));
Label\Label.cs (1)
259
Handler?.
UpdateValue
(nameof(ITextStyle.Font));
Label\Label.Mapper.cs (2)
60
handler.
UpdateValue
(nameof(FormattedText));
62
handler.
UpdateValue
(nameof(Text));
Layout\Layout.cs (1)
103
view.Handler?.
UpdateValue
(nameof(Maui.ILayout.ClipsToBounds));
LegacyLayouts\Layout.cs (1)
167
view.Handler?.
UpdateValue
(nameof(Maui.ILayout.ClipsToBounds));
Menu\MenuBarTracker.cs (1)
41
_parent?.Handler?.
UpdateValue
(_handlerProperty);
NavigationPage\NavigationPage.cs (1)
469
FindMyToolbar()?.Handler?.
UpdateValue
(nameof(IToolbar.BackButtonVisible));
Picker\Picker.cs (4)
128
Handler?.
UpdateValue
(nameof(ITextStyle.Font));
254
Handler?.
UpdateValue
(nameof(IPicker.Items));
302
Handler?.
UpdateValue
(nameof(IPicker.Items));
349
Handler?.
UpdateValue
(nameof(IPicker.Items));
Picker\Picker.Mapper.cs (1)
23
handler.
UpdateValue
(nameof(IPicker.Items));
RadioButton\RadioButton.cs (1)
258
Handler?.
UpdateValue
(nameof(ITextStyle.Font));
ScrollView\ScrollView.cs (1)
167
Handler?.
UpdateValue
(nameof(Content));
Shapes\Ellipse.cs (1)
26
Handler?.
UpdateValue
(nameof(IShapeView.Shape));
Shapes\Line.cs (1)
76
Handler?.
UpdateValue
(nameof(IShapeView.Shape));
Shapes\Path.cs (1)
104
Handler?.
UpdateValue
(nameof(IShapeView.Shape));
Shapes\Polygon.cs (1)
50
Handler?.
UpdateValue
(nameof(IShapeView.Shape));
Shapes\Polyline.cs (1)
49
Handler?.
UpdateValue
(nameof(IShapeView.Shape));
Shapes\Rectangle.cs (1)
46
Handler?.
UpdateValue
(nameof(IShapeView.Shape));
Shapes\RoundRectangle.cs (1)
53
Handler?.
UpdateValue
(nameof(IShapeView.Shape));
Shell\Shell.cs (6)
1175
ShellController.FlyoutItemsChanged += (_, __) => Handler?.
UpdateValue
(nameof(FlyoutItems));
1176
ShellController.ItemsCollectionChanged += (_, __) => Handler?.
UpdateValue
(nameof(Items));
1603
CurrentItem?.Handler?.
UpdateValue
(Shell.TabBarIsVisibleProperty.PropertyName);
1613
CurrentItem?.Handler?.
UpdateValue
(Shell.TabBarIsVisibleProperty.PropertyName);
1872
Handler?.
UpdateValue
(nameof(IFlyoutView.FlyoutBehavior));
2001
Handler?.
UpdateValue
(nameof(IFlyoutView.IsPresented));
SwipeView\SwipeView.cs (6)
167
swipeView?.Handler?.
UpdateValue
(nameof(LeftItems));
170
swipeView?.Handler?.
UpdateValue
(nameof(RightItems));
173
swipeView?.Handler?.
UpdateValue
(nameof(TopItems));
176
swipeView?.Handler?.
UpdateValue
(nameof(BottomItems));
251
Handler?.
UpdateValue
(nameof(ISwipeView.IsOpen));
281
Handler?.
UpdateValue
(nameof(IsEnabled));
Switch\Switch.cs (3)
21
((IView)bindable)?.Handler?.
UpdateValue
(nameof(ISwitch.TrackColor));
29
((IView)bindable)?.Handler?.
UpdateValue
(nameof(ISwitch.TrackColor));
87
Handler?.
UpdateValue
(nameof(ISwitch.IsOn));
TabbedPage\TabbedPage.cs (2)
110
Handler?.
UpdateValue
(TabbedPage.ItemsSourceProperty.PropertyName);
128
Handler?.
UpdateValue
(TabbedPage.ItemsSourceProperty.PropertyName);
TemplatedView\TemplatedView.cs (1)
127
Handler?.
UpdateValue
(nameof(IContentView.Content));
TimePicker\TimePicker.cs (1)
134
Handler?.
UpdateValue
(nameof(ITextStyle.Font));
Toolbar\Toolbar.cs (1)
78
Handler?.
UpdateValue
(propertyName);
Toolbar\ToolbarElement.cs (1)
12
handler?.
UpdateValue
(nameof(IToolbarElement.Toolbar));
ToolTipProperties.cs (1)
14
element?.Handler?.
UpdateValue
(nameof(IToolTipElement.ToolTip));
VisualElement\VisualElement.cs (7)
1495
fe.Handler?.
UpdateValue
(nameof(IView.Visibility));
1706
fe.Handler?.
UpdateValue
(nameof(IView.Width));
1707
fe.Handler?.
UpdateValue
(nameof(IView.Height));
1708
fe.Handler?.
UpdateValue
(nameof(IView.MinimumHeight));
1709
fe.Handler?.
UpdateValue
(nameof(IView.MinimumWidth));
1710
fe.Handler?.
UpdateValue
(nameof(IView.MaximumHeight));
1711
fe.Handler?.
UpdateValue
(nameof(IView.MaximumWidth));
VisualElement\VisualElement.Mapper.cs (3)
38
handler.
UpdateValue
(nameof(Background));
41
handler.
UpdateValue
(nameof(Background));
55
Handler?.
UpdateValue
(nameof(IView.Semantics));
WebView\WebView.cs (2)
338
Handler?.
UpdateValue
(nameof(IWebView.CanGoBack));
350
Handler?.
UpdateValue
(nameof(IWebView.CanGoForward));
Window\Window.cs (3)
277
Handler?.
UpdateValue
(nameof(IWindow.Content));
655
Handler?.
UpdateValue
(nameof(IWindow.FlowDirection));
672
Handler?.
UpdateValue
(nameof(ITitledElement.Title));
Microsoft.Maui.Controls.Maps (6)
HandlerImpl\Polygon.Impl.cs (1)
145
Handler?.
UpdateValue
(nameof(Geopath));
HandlerImpl\Polyline.Impl.cs (1)
144
Handler?.
UpdateValue
(nameof(Geopath));
Map.cs (4)
234
Handler?.
UpdateValue
(nameof(IMap.Pins));
239
Handler?.
UpdateValue
(nameof(IMap.Elements));
308
Handler?.
UpdateValue
(nameof(IMap.Pins));
323
Handler?.
UpdateValue
(nameof(IMap.Pins));