Implemented interface member:
method
UpdateValue
Microsoft.Maui.IElementHandler.UpdateValue(System.String)
1 override of UpdateValue
Microsoft.Maui.Controls.Compatibility (1)
RendererToHandlerShim.iOS.cs (1)
35 public override void UpdateValue(string property)
2 references to UpdateValue
Microsoft.Maui (1)
Handlers\Border\BorderHandler.cs (1)
75 UpdateValue(nameof(IBorderStroke.Shape));
Microsoft.Maui.Controls.Compatibility (1)
RendererToHandlerShim.iOS.cs (1)
37 base.UpdateValue(property);