1 implementation of PlatformView
Microsoft.Maui (1)
Handlers\Picker\PickerHandler.cs (1)
53
PlatformView IPickerHandler.
PlatformView
=> PlatformView;
10 references to PlatformView
Microsoft.Maui (10)
Handlers\Picker\PickerHandler.Tizen.cs (10)
38
handler.
PlatformView
.UpdateTitleColor(picker);
44
handler.
PlatformView
.UpdateFont(picker, fontManager);
49
handler.
PlatformView
.UpdateHorizontalTextAlignment(picker);
54
handler.
PlatformView
.UpdateVerticalTextAlignment(picker);
59
handler.
PlatformView
.UpdateTextColor(picker);
64
handler.
PlatformView
.UpdateTitle(picker);
69
handler.
PlatformView
.UpdateSelectedIndex(picker);
74
handler.
PlatformView
.UpdateCharacterSpacing(picker);
79
if (handler.VirtualView == null || handler.
PlatformView
== null)
82
handler.
PlatformView
.UpdatePicker(handler.VirtualView);