10 references to VisualProperty
Microsoft.Maui.Controls (10)
Cells\Cell.cs (2)
62 OnPropertyChanged(VisualElement.VisualProperty.PropertyName); 293 e.PropertyName == VisualElement.VisualProperty.PropertyName)
Internals\PropertyPropagationExtensions.cs (2)
16 if (propertyName == null || propertyName == VisualElement.VisualProperty.PropertyName) 46 if (propertyName == null || propertyName == VisualElement.VisualProperty.PropertyName)
Properties\AssemblyInfo.cs (1)
162[assembly: StyleProperty("-maui-visual", typeof(VisualElement), nameof(VisualElement.VisualProperty))]
Shell\BaseShellItem.cs (1)
211 OnPropertyChanged(VisualElement.VisualProperty.PropertyName);
VisualElement\VisualElement.cs (4)
187 get { return (IVisual)GetValue(VisualProperty); } 188 set { SetValue(VisualProperty, value); } 203 OnPropertyChanged(VisualProperty.PropertyName); 1643 (self as IPropertyPropagationController)?.PropagatePropertyChanged(VisualElement.VisualProperty.PropertyName);