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