24 instantiations of DoubleCollection
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
InlineRename\UI\Dashboard\RenameDashboard.xaml.cs (2)
90
ResolvableConflictBorder.StrokeDashArray = new
DoubleCollection
(RenameFixupTagDefinition.StrokeDashArray);
93
UnresolvableConflictBorder.StrokeDashArray = new
DoubleCollection
(RenameConflictTagDefinition.StrokeDashArray);
PresentationCore (10)
System\Windows\Media\DashStyle.cs (1)
64
Dashes = new
DoubleCollection
(dashes);
System\Windows\Media\Generated\DoubleCollection.cs (3)
441
DoubleCollection collection = new
DoubleCollection
();
533
return new
DoubleCollection
();
728
DoubleCollection resource = new
DoubleCollection
();
System\Windows\Media\GuidelineCollection.cs (4)
59
GuidelinesX = new
DoubleCollection
(guidelinesX);
68
GuidelinesY = new
DoubleCollection
(guidelinesY);
83
GuidelinesX = new
DoubleCollection
(guidelinesX);
88
GuidelinesY = new
DoubleCollection
(guidelinesY);
System\Windows\UIElement.cs (2)
995
xLines = new
DoubleCollection
();
1012
yLines = new
DoubleCollection
();
PresentationFramework (10)
MS\Internal\Controls\InkCanvasFeedbackAdorner.cs (1)
41
DoubleCollection dashes = new
DoubleCollection
();
MS\Internal\Controls\InkCanvasSelectionAdorner.cs (1)
41
DoubleCollection dashes = new
DoubleCollection
();
System\Windows\Controls\Grid.cs (2)
3977
DoubleCollection oddDashArray = new
DoubleCollection
();
3985
DoubleCollection evenDashArray = new
DoubleCollection
();
System\Windows\Controls\Primitives\TickBar.cs (2)
447
DoubleCollection xLines = snapsToDevicePixels ? new
DoubleCollection
() : null;
448
DoubleCollection yLines = snapsToDevicePixels ? new
DoubleCollection
() : null;
System\Windows\Documents\CompositionAdorner.cs (2)
192
dashArray = new
DoubleCollection
();
212
dashArray = new
DoubleCollection
();
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3837
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.
DoubleCollection
(); };
System\Windows\Markup\KnownTypes.cs (1)
1240
case KnownElements.DoubleCollection: o = new System.Windows.Media.
DoubleCollection
(); break;
PresentationFramework.Classic (1)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (1)
859
DoubleCollection guidelines = new
DoubleCollection
();
ReachFramework (1)
Serialization\VisualSerializer.cs (1)
953
DoubleCollection dashes = new
DoubleCollection
();
107 references to DoubleCollection
PresentationCore (73)
src\Microsoft.DotNet.Wpf\src\Common\Graphics\exports.cs (2)
1941
DoubleCollection
guidelinesX,
1942
DoubleCollection
guidelinesY,
System\Windows\Media\ContainerVisual.cs (2)
132
public
DoubleCollection
XSnappingGuidelines
142
public
DoubleCollection
YSnappingGuidelines
System\Windows\Media\Converters\Generated\DoubleCollectionValueSerializer.cs (5)
63
if (!(value is
DoubleCollection
))
78
return
DoubleCollection
.Parse(value );
91
if (value is
DoubleCollection
)
93
DoubleCollection
instance = (
DoubleCollection
) value;
System\Windows\Media\DashStyle.cs (1)
78
DoubleCollection
vDashes = Dashes;
System\Windows\Media\Generated\DashStyle.cs (7)
120
public
DoubleCollection
Dashes
124
return (
DoubleCollection
) GetValue(DashesProperty);
173
DoubleCollection
vDashes = Dashes;
325
internal static
DoubleCollection
s_Dashes =
DoubleCollection
.Empty;
363
typeof(
DoubleCollection
),
365
new FreezableDefaultValueFactory(
DoubleCollection
.Empty),
System\Windows\Media\Generated\DoubleCollection.cs (19)
65
public new
DoubleCollection
Clone()
67
return (
DoubleCollection
)base.Clone();
74
public new
DoubleCollection
CloneCurrentValue()
76
return (
DoubleCollection
)base.CloneCurrentValue();
435
internal static
DoubleCollection
Empty
441
DoubleCollection
collection = new DoubleCollection();
510
private static
DoubleCollection
s_empty;
540
DoubleCollection
sourceDoubleCollection = (
DoubleCollection
) source;
558
DoubleCollection
sourceDoubleCollection = (
DoubleCollection
) source;
576
DoubleCollection
sourceDoubleCollection = (
DoubleCollection
) source;
594
DoubleCollection
sourceDoubleCollection = (
DoubleCollection
) source;
723
public static
DoubleCollection
Parse(string source)
728
DoubleCollection
resource = new DoubleCollection();
781
internal Enumerator(
DoubleCollection
list)
891
private
DoubleCollection
_list;
System\Windows\Media\Generated\DoubleCollectionConverter.cs (4)
108
return
DoubleCollection
.Parse(source);
130
if (destinationType != null && value is
DoubleCollection
)
132
DoubleCollection
instance = (
DoubleCollection
)value;
System\Windows\Media\Generated\GuidelineSet.cs (14)
112
public
DoubleCollection
GuidelinesX
116
return (
DoubleCollection
) GetValue(GuidelinesXProperty);
127
public
DoubleCollection
GuidelinesY
131
return (
DoubleCollection
) GetValue(GuidelinesYProperty);
195
DoubleCollection
vGuidelinesX = GuidelinesX;
196
DoubleCollection
vGuidelinesY = GuidelinesY;
344
internal static
DoubleCollection
s_GuidelinesX =
DoubleCollection
.Empty;
345
internal static
DoubleCollection
s_GuidelinesY =
DoubleCollection
.Empty;
379
typeof(
DoubleCollection
),
381
new FreezableDefaultValueFactory(
DoubleCollection
.Empty),
388
typeof(
DoubleCollection
),
390
new FreezableDefaultValueFactory(
DoubleCollection
.Empty),
System\Windows\Media\Generated\RenderDataDrawingContext.cs (2)
1109
DoubleCollection
guidelinesX = guidelines.GuidelinesX;
1110
DoubleCollection
guidelinesY = guidelines.GuidelinesY;
System\Windows\Media\Pen.cs (1)
141
DoubleCollection
dashes = style.Dashes;
System\Windows\Media\Visual.cs (12)
1632
DoubleCollection
guidelinesX = GuidelinesXField.GetValue(this);
1633
DoubleCollection
guidelinesY = GuidelinesYField.GetValue(this);
3787
protected internal
DoubleCollection
VisualXSnappingGuidelines
3799
DoubleCollection
guidelines = GuidelinesXField.GetValue(this);
3805
DoubleCollection
newGuidelines = value;
3829
protected internal
DoubleCollection
VisualYSnappingGuidelines
3841
DoubleCollection
guidelines = GuidelinesYField.GetValue(this);
3847
DoubleCollection
newGuidelines = value;
5370
private static readonly UncommonField<
DoubleCollection
> GuidelinesXField = new UncommonField<
DoubleCollection
>();
5371
private static readonly UncommonField<
DoubleCollection
> GuidelinesYField = new UncommonField<
DoubleCollection
>();
System\Windows\Media\VisualTreeHelper.cs (2)
325
public static
DoubleCollection
GetXSnappingGuidelines(Visual reference)
334
public static
DoubleCollection
GetYSnappingGuidelines(Visual reference)
System\Windows\UIElement.cs (2)
991
DoubleCollection
xLines = this.VisualXSnappingGuidelines;
1009
DoubleCollection
yLines = this.VisualYSnappingGuidelines;
PresentationFramework (27)
MS\Internal\Controls\InkCanvasFeedbackAdorner.cs (1)
41
DoubleCollection
dashes = new DoubleCollection();
MS\Internal\Controls\InkCanvasSelectionAdorner.cs (1)
41
DoubleCollection
dashes = new DoubleCollection();
System\Windows\Controls\Grid.cs (2)
3977
DoubleCollection
oddDashArray = new DoubleCollection();
3985
DoubleCollection
evenDashArray = new DoubleCollection();
System\Windows\Controls\Primitives\TickBar.cs (8)
247
new FreezableDefaultValueFactory(
DoubleCollection
.Empty),
253
/// The property value is a <see cref="
DoubleCollection
" />.
256
public
DoubleCollection
Ticks
258
get { return (
DoubleCollection
) GetValue(TicksProperty); }
447
DoubleCollection
xLines = snapsToDevicePixels ? new DoubleCollection() : null;
448
DoubleCollection
yLines = snapsToDevicePixels ? new DoubleCollection() : null;
480
DoubleCollection
ticks = null;
587
DoubleCollection
ticks = null;
System\Windows\Controls\Slider.cs (6)
545
= DependencyProperty.Register("Ticks", typeof(
DoubleCollection
), typeof(Slider),
546
new FrameworkPropertyMetadata(new FreezableDefaultValueFactory(
DoubleCollection
.Empty)));
554
public
DoubleCollection
Ticks
558
return (
DoubleCollection
)GetValue(TicksProperty);
1183
DoubleCollection
ticks = null;
1247
DoubleCollection
ticks = null;
System\Windows\Documents\CompositionAdorner.cs (1)
152
DoubleCollection
dashArray;
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
269
case 173: t = () => typeof(
DoubleCollection
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3835
typeof(System.Windows.Media.
DoubleCollection
),
System\Windows\Markup\KnownTypes.cs (1)
5727
case KnownElements.DoubleCollection: t = typeof(System.Windows.Media.
DoubleCollection
); break;
System\Windows\Shapes\Shape.cs (5)
333
typeof(
DoubleCollection
),
336
new FreezableDefaultValueFactory(
DoubleCollection
.Empty),
343
public
DoubleCollection
StrokeDashArray
345
get { return (
DoubleCollection
) GetValue(StrokeDashArrayProperty); }
504
DoubleCollection
strokeDashArray = null;
PresentationFramework.Classic (4)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (4)
839
DoubleCollection
xLines = this.VisualXSnappingGuidelines;
847
DoubleCollection
yLines = this.VisualYSnappingGuidelines;
857
private
DoubleCollection
GetPixelSnappingGuidelines(double length, double thickness1, double thickness2, int steps)
859
DoubleCollection
guidelines = new DoubleCollection();
ReachFramework (3)
Serialization\VisualSerializer.cs (3)
190
DoubleCollection
dc = obj as
DoubleCollection
;
953
DoubleCollection
dashes = new DoubleCollection();