1 implementation of PlatformView
Microsoft.Maui (1)
Handlers\SwipeItemMenuItem\SwipeItemMenuItemHandler.cs (1)
54
PlatformView ISwipeItemMenuItemHandler.
PlatformView
=> PlatformView;
9 references to PlatformView
Microsoft.Maui (9)
Handlers\SwipeItemMenuItem\SwipeItemMenuItemHandler.Tizen.cs (9)
17
(handler.
PlatformView
)?.UpdateTextColor(view);
28
handler.
PlatformView
?.UpdateText(view);
33
if (handler.
PlatformView
== null)
36
handler.
PlatformView
.UpdateBackground(handler.VirtualView.Background);
40
handler.
PlatformView
.TextColor = textColor;
48
handler.
PlatformView
.Show();
52
handler.
PlatformView
.Hide();
55
var swipeView = handler.
PlatformView
.GetParentOfType<MauiSwipeView>();
64
if (Handler?.
PlatformView
is not Button item)