22 instantiations of DoubleCollection
PresentationCore (10)
System\Windows\Media\DashStyle.cs (1)
47
Dashes = new
DoubleCollection
(dashes);
System\Windows\Media\Generated\DoubleCollection.cs (3)
426
DoubleCollection collection = new
DoubleCollection
();
518
return new
DoubleCollection
();
717
DoubleCollection resource = new
DoubleCollection
();
System\Windows\Media\GuidelineCollection.cs (4)
50
GuidelinesX = new
DoubleCollection
(guidelinesX);
59
GuidelinesY = new
DoubleCollection
(guidelinesY);
74
GuidelinesX = new
DoubleCollection
(guidelinesX);
79
GuidelinesY = new
DoubleCollection
(guidelinesY);
System\Windows\UIElement.cs (2)
985
xLines = new
DoubleCollection
();
1002
yLines = new
DoubleCollection
();
PresentationFramework (10)
MS\Internal\Controls\InkCanvasFeedbackAdorner.cs (1)
37
DoubleCollection dashes = new
DoubleCollection
();
MS\Internal\Controls\InkCanvasSelectionAdorner.cs (1)
33
DoubleCollection dashes = new
DoubleCollection
();
System\Windows\Controls\Grid.cs (2)
3960
DoubleCollection oddDashArray = new
DoubleCollection
();
3968
DoubleCollection evenDashArray = new
DoubleCollection
();
System\Windows\Controls\Primitives\TickBar.cs (2)
432
DoubleCollection xLines = snapsToDevicePixels ? new
DoubleCollection
() : null;
433
DoubleCollection yLines = snapsToDevicePixels ? new
DoubleCollection
() : null;
System\Windows\Documents\CompositionAdorner.cs (2)
188
dashArray = new
DoubleCollection
();
208
dashArray = new
DoubleCollection
();
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4125
DefaultConstructor = delegate () { return new System.Windows.Media.
DoubleCollection
(); },
System\Windows\Markup\KnownTypes.cs (1)
1233
case KnownElements.DoubleCollection: o = new System.Windows.Media.
DoubleCollection
(); break;
PresentationFramework.Classic (1)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (1)
857
DoubleCollection guidelines = new
DoubleCollection
();
ReachFramework (1)
Serialization\VisualSerializer.cs (1)
945
DoubleCollection dashes = new
DoubleCollection
();
105 references to DoubleCollection
PresentationCore (71)
src\Microsoft.DotNet.Wpf\src\Common\Graphics\exports.cs (2)
1923
DoubleCollection
guidelinesX,
1924
DoubleCollection
guidelinesY,
System\Windows\Media\ContainerVisual.cs (2)
122
public
DoubleCollection
XSnappingGuidelines
132
public
DoubleCollection
YSnappingGuidelines
System\Windows\Media\Converters\Generated\DoubleCollectionValueSerializer.cs (3)
47
if (!(value is
DoubleCollection
))
62
return
DoubleCollection
.Parse(value );
75
if (value is
DoubleCollection
instance)
System\Windows\Media\DashStyle.cs (1)
61
DoubleCollection
vDashes = Dashes;
System\Windows\Media\Generated\DashStyle.cs (7)
106
public
DoubleCollection
Dashes
110
return (
DoubleCollection
)GetValue(DashesProperty);
159
DoubleCollection
vDashes = Dashes;
316
internal static
DoubleCollection
s_Dashes =
DoubleCollection
.Empty;
353
typeof(
DoubleCollection
),
355
new FreezableDefaultValueFactory(
DoubleCollection
.Empty),
System\Windows\Media\Generated\DoubleCollection.cs (19)
46
public new
DoubleCollection
Clone()
48
return (
DoubleCollection
)base.Clone();
55
public new
DoubleCollection
CloneCurrentValue()
57
return (
DoubleCollection
)base.CloneCurrentValue();
420
internal static
DoubleCollection
Empty
426
DoubleCollection
collection = new DoubleCollection();
495
private static
DoubleCollection
s_empty;
525
DoubleCollection
sourceDoubleCollection = (
DoubleCollection
)source;
544
DoubleCollection
sourceDoubleCollection = (
DoubleCollection
)source;
563
DoubleCollection
sourceDoubleCollection = (
DoubleCollection
)source;
582
DoubleCollection
sourceDoubleCollection = (
DoubleCollection
)source;
712
public static
DoubleCollection
Parse(string source)
717
DoubleCollection
resource = new DoubleCollection();
770
internal Enumerator(
DoubleCollection
list)
881
private
DoubleCollection
_list;
System\Windows\Media\Generated\DoubleCollectionConverter.cs (4)
91
return
DoubleCollection
.Parse(source);
113
if (destinationType != null && value is
DoubleCollection
)
115
DoubleCollection
instance = (
DoubleCollection
)value;
System\Windows\Media\Generated\GuidelineSet.cs (14)
102
public
DoubleCollection
GuidelinesX
106
return (
DoubleCollection
)GetValue(GuidelinesXProperty);
117
public
DoubleCollection
GuidelinesY
121
return (
DoubleCollection
)GetValue(GuidelinesYProperty);
185
DoubleCollection
vGuidelinesX = GuidelinesX;
186
DoubleCollection
vGuidelinesY = GuidelinesY;
339
internal static
DoubleCollection
s_GuidelinesX =
DoubleCollection
.Empty;
340
internal static
DoubleCollection
s_GuidelinesY =
DoubleCollection
.Empty;
373
typeof(
DoubleCollection
),
375
new FreezableDefaultValueFactory(
DoubleCollection
.Empty),
382
typeof(
DoubleCollection
),
384
new FreezableDefaultValueFactory(
DoubleCollection
.Empty),
System\Windows\Media\Generated\RenderDataDrawingContext.cs (2)
1147
DoubleCollection
guidelinesX = guidelines.GuidelinesX;
1148
DoubleCollection
guidelinesY = guidelines.GuidelinesY;
System\Windows\Media\Pen.cs (1)
129
DoubleCollection
dashes = style.Dashes;
System\Windows\Media\Visual.cs (12)
1613
DoubleCollection
guidelinesX = GuidelinesXField.GetValue(this);
1614
DoubleCollection
guidelinesY = GuidelinesYField.GetValue(this);
3768
protected internal
DoubleCollection
VisualXSnappingGuidelines
3780
DoubleCollection
guidelines = GuidelinesXField.GetValue(this);
3786
DoubleCollection
newGuidelines = value;
3810
protected internal
DoubleCollection
VisualYSnappingGuidelines
3822
DoubleCollection
guidelines = GuidelinesYField.GetValue(this);
3828
DoubleCollection
newGuidelines = value;
5345
private static readonly UncommonField<
DoubleCollection
> GuidelinesXField = new UncommonField<
DoubleCollection
>();
5346
private static readonly UncommonField<
DoubleCollection
> GuidelinesYField = new UncommonField<
DoubleCollection
>();
System\Windows\Media\VisualTreeHelper.cs (2)
315
public static
DoubleCollection
GetXSnappingGuidelines(Visual reference)
324
public static
DoubleCollection
GetYSnappingGuidelines(Visual reference)
System\Windows\UIElement.cs (2)
981
DoubleCollection
xLines = this.VisualXSnappingGuidelines;
999
DoubleCollection
yLines = this.VisualYSnappingGuidelines;
PresentationFramework (27)
MS\Internal\Controls\InkCanvasFeedbackAdorner.cs (1)
37
DoubleCollection
dashes = new DoubleCollection();
MS\Internal\Controls\InkCanvasSelectionAdorner.cs (1)
33
DoubleCollection
dashes = new DoubleCollection();
System\Windows\Controls\Grid.cs (2)
3960
DoubleCollection
oddDashArray = new DoubleCollection();
3968
DoubleCollection
evenDashArray = new DoubleCollection();
System\Windows\Controls\Primitives\TickBar.cs (8)
232
new FreezableDefaultValueFactory(
DoubleCollection
.Empty),
238
/// The property value is a <see cref="
DoubleCollection
" />.
241
public
DoubleCollection
Ticks
243
get { return (
DoubleCollection
) GetValue(TicksProperty); }
432
DoubleCollection
xLines = snapsToDevicePixels ? new DoubleCollection() : null;
433
DoubleCollection
yLines = snapsToDevicePixels ? new DoubleCollection() : null;
465
DoubleCollection
ticks = null;
572
DoubleCollection
ticks = null;
System\Windows\Controls\Slider.cs (6)
515
= DependencyProperty.Register("Ticks", typeof(
DoubleCollection
), typeof(Slider),
516
new FrameworkPropertyMetadata(new FreezableDefaultValueFactory(
DoubleCollection
.Empty)));
524
public
DoubleCollection
Ticks
528
return (
DoubleCollection
)GetValue(TicksProperty);
1152
DoubleCollection
ticks = null;
1216
DoubleCollection
ticks = null;
System\Windows\Documents\CompositionAdorner.cs (1)
148
DoubleCollection
dashArray;
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
266
case 173: t = () => typeof(
DoubleCollection
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4122
typeof(System.Windows.Media.
DoubleCollection
),
System\Windows\Markup\KnownTypes.cs (1)
5720
case KnownElements.DoubleCollection: t = typeof(System.Windows.Media.
DoubleCollection
); break;
System\Windows\Shapes\Shape.cs (5)
327
typeof(
DoubleCollection
),
330
new FreezableDefaultValueFactory(
DoubleCollection
.Empty),
337
public
DoubleCollection
StrokeDashArray
339
get { return (
DoubleCollection
) GetValue(StrokeDashArrayProperty); }
500
DoubleCollection
strokeDashArray = null;
PresentationFramework.Classic (4)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (4)
837
DoubleCollection
xLines = this.VisualXSnappingGuidelines;
845
DoubleCollection
yLines = this.VisualYSnappingGuidelines;
855
private
DoubleCollection
GetPixelSnappingGuidelines(double length, double thickness1, double thickness2, int steps)
857
DoubleCollection
guidelines = new DoubleCollection();
ReachFramework (3)
Serialization\VisualSerializer.cs (3)
181
DoubleCollection
dc = obj as
DoubleCollection
;
945
DoubleCollection
dashes = new DoubleCollection();