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)
14 if (propertyName == null || propertyName == VisualElement.VisualProperty.PropertyName) 42 if (propertyName == null || propertyName == VisualElement.VisualProperty.PropertyName)
Properties\AssemblyInfo.cs (1)
159[assembly: StyleProperty("-maui-visual", typeof(VisualElement), nameof(VisualElement.VisualProperty))]
Shell\BaseShellItem.cs (1)
210 OnPropertyChanged(VisualElement.VisualProperty.PropertyName);
VisualElement\VisualElement.cs (4)
183 get { return (IVisual)GetValue(VisualProperty); } 184 set { SetValue(VisualProperty, value); } 199 OnPropertyChanged(VisualProperty.PropertyName); 1605 (self as IPropertyPropagationController)?.PropagatePropertyChanged(VisualElement.VisualProperty.PropertyName);