7 references to InputTransparentProperty
Microsoft.Maui.Controls (7)
VisualElement\VisualElement.cs (7)
33
bool _inputTransparentExplicit = (bool)
InputTransparentProperty
.DefaultValue;
625
get { return (bool)GetValue(
InputTransparentProperty
); }
626
set { SetValue(
InputTransparentProperty
, value); }
1713
(bindable as IPropertyPropagationController)?.PropagatePropertyChanged(VisualElement.
InputTransparentProperty
.PropertyName);
1775
if (propertyName == null || propertyName ==
InputTransparentProperty
.PropertyName)
1776
this.RefreshPropertyValue(
InputTransparentProperty
, _inputTransparentExplicit);
1809
(this as IPropertyPropagationController)?.PropagatePropertyChanged(VisualElement.
InputTransparentProperty
.PropertyName);