5 references to DoubleCollection
Microsoft.Maui.Controls (5)
Border\Border.cs (1)
148
defaultValueCreator: bindable => new
DoubleCollection
());
DoubleCollection.cs (2)
21
=> d == null ?
new
() : new(d);
24
=> f == null ?
new
() : new(Array.ConvertAll(f, x => (double)x));
DoubleCollectionConverter.cs (1)
34
var doubleCollection = new
DoubleCollection
();
Shapes\Shape.cs (1)
67
defaultValueCreator: bindable => new
DoubleCollection
());