7 references to InputTransparentProperty
Microsoft.Maui.Controls (7)
VisualElement\VisualElement.cs (7)
33
bool _inputTransparentExplicit = (bool)
InputTransparentProperty
.DefaultValue;
622
get { return (bool)GetValue(
InputTransparentProperty
); }
623
set { SetValue(
InputTransparentProperty
, value); }
1668
(bindable as IPropertyPropagationController)?.PropagatePropertyChanged(VisualElement.
InputTransparentProperty
.PropertyName);
1730
if (propertyName == null || propertyName ==
InputTransparentProperty
.PropertyName)
1731
this.RefreshPropertyValue(
InputTransparentProperty
, _inputTransparentExplicit);
1754
(this as IPropertyPropagationController)?.PropagatePropertyChanged(VisualElement.
InputTransparentProperty
.PropertyName);