Implemented interface member:
property
InputTransparent
Microsoft.Maui.IView.InputTransparent
2 writes to InputTransparent
Microsoft.Maui.Controls (2)
RadioButton\RadioButton.cs (2)
481 InputTransparent = false 492 InputTransparent = false
7 references to InputTransparent
Microsoft.Maui.Controls (7)
Layout\Layout.cs (2)
370 /// when this layout's <see cref="VisualElement.InputTransparent" /> property is <see langword="true" />. 383 if (bindable is Layout layout && layout.InputTransparent)
LegacyLayouts\Layout.cs (2)
150 /// when this layout's <see cref="VisualElement.InputTransparent" /> property is <see langword="true" />. 760 if (bindable is Layout layout && layout.InputTransparent)
VisualElement\VisualElement.cs (3)
35 /// <summary>Bindable property for <see cref="InputTransparent"/>.</summary> 37 nameof(InputTransparent), typeof(bool), typeof(VisualElement), default(bool), 618 /// <para>Setting <see cref="InputTransparent"/> to <see langword="true"/> makes the element invisible to touch and pointer input. The input is passed to the first non-input-transparent element that is visually behind the input transparent element. </para>