13 references to SetActive
Microsoft.Maui.Controls (7)
AdaptiveTrigger.cs (1)
103
SetActive
(w >= mw && h >= mh);
CompareStateTrigger.cs (1)
58
SetActive
(AreEqual(Property, Value));
DeviceStateTrigger.cs (2)
46
SetActive
(DeviceInfo.Platform == DevicePlatform.WinUI);
48
SetActive
(DeviceInfo.Platform == device);
OrientationStateTrigger.cs (2)
58
SetActive
(currentOrientation.IsLandscape());
60
SetActive
(currentOrientation.IsPortrait());
StateTrigger.cs (1)
35
SetActive
(IsActive);
Microsoft.Maui.Controls.Foldable (6)
SpanModeStateTrigger.cs (3)
93
SetActive
(spanMode == TwoPaneViewMode.SinglePane);
96
SetActive
(spanMode == TwoPaneViewMode.Tall);
99
SetActive
(spanMode == TwoPaneViewMode.Wide);
WindowSpanModeStateTrigger.cs (3)
68
SetActive
(spanMode == TwoPaneViewMode.SinglePane);
71
SetActive
(spanMode == TwoPaneViewMode.Tall);
74
SetActive
(spanMode == TwoPaneViewMode.Wide);