3 references to StrokeDashArrayProperty
Microsoft.Maui.Controls (3)
Border\Border.cs (3)
187 set { SetValue(StrokeDashArrayProperty, value); } 188 get { return (DoubleCollection?)GetValue(StrokeDashArrayProperty); } 317 else if (propertyName == StrokeDashArrayProperty.PropertyName)