9 references to InputTransparentProperty
Microsoft.Maui.Controls (8)
Compatibility\Handlers\iOS\VisualElementRenderer.cs (1)
60 e.PropertyName == VisualElement.InputTransparentProperty.PropertyName ||
VisualElement\VisualElement.cs (7)
29 bool _inputTransparentExplicit = (bool)InputTransparentProperty.DefaultValue; 618 get { return (bool)GetValue(InputTransparentProperty); } 619 set { SetValue(InputTransparentProperty, value); } 1664 (bindable as IPropertyPropagationController)?.PropagatePropertyChanged(VisualElement.InputTransparentProperty.PropertyName); 1726 if (propertyName == null || propertyName == InputTransparentProperty.PropertyName) 1727 this.RefreshPropertyValue(InputTransparentProperty, _inputTransparentExplicit); 1750 (this as IPropertyPropagationController)?.PropagatePropertyChanged(VisualElement.InputTransparentProperty.PropertyName);
Microsoft.Maui.Controls.Compatibility (1)
Tizen\Renderers\VisualElementRenderer.cs (1)
44 RegisterPropertyHandler(VisualElement.InputTransparentProperty, UpdateInputTransparent);