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)
48
Dashes = new
DoubleCollection
(dashes);
System\Windows\Media\Generated\DoubleCollection.cs (3)
416
DoubleCollection collection = new
DoubleCollection
();
508
return new
DoubleCollection
();
703
DoubleCollection resource = new
DoubleCollection
();
System\Windows\Media\GuidelineCollection.cs (4)
51
GuidelinesX = new
DoubleCollection
(guidelinesX);
60
GuidelinesY = new
DoubleCollection
(guidelinesY);
75
GuidelinesX = new
DoubleCollection
(guidelinesX);
80
GuidelinesY = new
DoubleCollection
(guidelinesY);
System\Windows\UIElement.cs (2)
990
xLines = new
DoubleCollection
();
1007
yLines = new
DoubleCollection
();
PresentationFramework (10)
MS\Internal\Controls\InkCanvasFeedbackAdorner.cs (1)
38
DoubleCollection dashes = new
DoubleCollection
();
MS\Internal\Controls\InkCanvasSelectionAdorner.cs (1)
34
DoubleCollection dashes = new
DoubleCollection
();
System\Windows\Controls\Grid.cs (2)
3968
DoubleCollection oddDashArray = new
DoubleCollection
();
3976
DoubleCollection evenDashArray = new
DoubleCollection
();
System\Windows\Controls\Primitives\TickBar.cs (2)
433
DoubleCollection xLines = snapsToDevicePixels ? new
DoubleCollection
() : null;
434
DoubleCollection yLines = snapsToDevicePixels ? new
DoubleCollection
() : null;
System\Windows\Documents\CompositionAdorner.cs (2)
189
dashArray = new
DoubleCollection
();
209
dashArray = new
DoubleCollection
();
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3835
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)
856
DoubleCollection guidelines = new
DoubleCollection
();
ReachFramework (1)
Serialization\VisualSerializer.cs (1)
945
DoubleCollection dashes = new
DoubleCollection
();
107 references to DoubleCollection
PresentationCore (73)
src\Microsoft.DotNet.Wpf\src\Common\Graphics\exports.cs (2)
1924
DoubleCollection
guidelinesX,
1925
DoubleCollection
guidelinesY,
System\Windows\Media\ContainerVisual.cs (2)
123
public
DoubleCollection
XSnappingGuidelines
133
public
DoubleCollection
YSnappingGuidelines
System\Windows\Media\Converters\Generated\DoubleCollectionValueSerializer.cs (5)
38
if (!(value is
DoubleCollection
))
53
return
DoubleCollection
.Parse(value );
66
if (value is
DoubleCollection
)
68
DoubleCollection
instance = (
DoubleCollection
) value;
System\Windows\Media\DashStyle.cs (1)
62
DoubleCollection
vDashes = Dashes;
System\Windows\Media\Generated\DashStyle.cs (7)
94
public
DoubleCollection
Dashes
98
return (
DoubleCollection
) GetValue(DashesProperty);
147
DoubleCollection
vDashes = Dashes;
299
internal static
DoubleCollection
s_Dashes =
DoubleCollection
.Empty;
337
typeof(
DoubleCollection
),
339
new FreezableDefaultValueFactory(
DoubleCollection
.Empty),
System\Windows\Media\Generated\DoubleCollection.cs (19)
40
public new
DoubleCollection
Clone()
42
return (
DoubleCollection
)base.Clone();
49
public new
DoubleCollection
CloneCurrentValue()
51
return (
DoubleCollection
)base.CloneCurrentValue();
410
internal static
DoubleCollection
Empty
416
DoubleCollection
collection = new DoubleCollection();
485
private static
DoubleCollection
s_empty;
515
DoubleCollection
sourceDoubleCollection = (
DoubleCollection
) source;
533
DoubleCollection
sourceDoubleCollection = (
DoubleCollection
) source;
551
DoubleCollection
sourceDoubleCollection = (
DoubleCollection
) source;
569
DoubleCollection
sourceDoubleCollection = (
DoubleCollection
) source;
698
public static
DoubleCollection
Parse(string source)
703
DoubleCollection
resource = new DoubleCollection();
756
internal Enumerator(
DoubleCollection
list)
866
private
DoubleCollection
_list;
System\Windows\Media\Generated\DoubleCollectionConverter.cs (4)
84
return
DoubleCollection
.Parse(source);
106
if (destinationType != null && value is
DoubleCollection
)
108
DoubleCollection
instance = (
DoubleCollection
)value;
System\Windows\Media\Generated\GuidelineSet.cs (14)
87
public
DoubleCollection
GuidelinesX
91
return (
DoubleCollection
) GetValue(GuidelinesXProperty);
102
public
DoubleCollection
GuidelinesY
106
return (
DoubleCollection
) GetValue(GuidelinesYProperty);
170
DoubleCollection
vGuidelinesX = GuidelinesX;
171
DoubleCollection
vGuidelinesY = GuidelinesY;
319
internal static
DoubleCollection
s_GuidelinesX =
DoubleCollection
.Empty;
320
internal static
DoubleCollection
s_GuidelinesY =
DoubleCollection
.Empty;
354
typeof(
DoubleCollection
),
356
new FreezableDefaultValueFactory(
DoubleCollection
.Empty),
363
typeof(
DoubleCollection
),
365
new FreezableDefaultValueFactory(
DoubleCollection
.Empty),
System\Windows\Media\Generated\RenderDataDrawingContext.cs (2)
1092
DoubleCollection
guidelinesX = guidelines.GuidelinesX;
1093
DoubleCollection
guidelinesY = guidelines.GuidelinesY;
System\Windows\Media\Pen.cs (1)
133
DoubleCollection
dashes = style.Dashes;
System\Windows\Media\Visual.cs (12)
1616
DoubleCollection
guidelinesX = GuidelinesXField.GetValue(this);
1617
DoubleCollection
guidelinesY = GuidelinesYField.GetValue(this);
3771
protected internal
DoubleCollection
VisualXSnappingGuidelines
3783
DoubleCollection
guidelines = GuidelinesXField.GetValue(this);
3789
DoubleCollection
newGuidelines = value;
3813
protected internal
DoubleCollection
VisualYSnappingGuidelines
3825
DoubleCollection
guidelines = GuidelinesYField.GetValue(this);
3831
DoubleCollection
newGuidelines = value;
5354
private static readonly UncommonField<
DoubleCollection
> GuidelinesXField = new UncommonField<
DoubleCollection
>();
5355
private static readonly UncommonField<
DoubleCollection
> GuidelinesYField = new UncommonField<
DoubleCollection
>();
System\Windows\Media\VisualTreeHelper.cs (2)
316
public static
DoubleCollection
GetXSnappingGuidelines(Visual reference)
325
public static
DoubleCollection
GetYSnappingGuidelines(Visual reference)
System\Windows\UIElement.cs (2)
986
DoubleCollection
xLines = this.VisualXSnappingGuidelines;
1004
DoubleCollection
yLines = this.VisualYSnappingGuidelines;
PresentationFramework (27)
MS\Internal\Controls\InkCanvasFeedbackAdorner.cs (1)
38
DoubleCollection
dashes = new DoubleCollection();
MS\Internal\Controls\InkCanvasSelectionAdorner.cs (1)
34
DoubleCollection
dashes = new DoubleCollection();
System\Windows\Controls\Grid.cs (2)
3968
DoubleCollection
oddDashArray = new DoubleCollection();
3976
DoubleCollection
evenDashArray = new DoubleCollection();
System\Windows\Controls\Primitives\TickBar.cs (8)
233
new FreezableDefaultValueFactory(
DoubleCollection
.Empty),
239
/// The property value is a <see cref="
DoubleCollection
" />.
242
public
DoubleCollection
Ticks
244
get { return (
DoubleCollection
) GetValue(TicksProperty); }
433
DoubleCollection
xLines = snapsToDevicePixels ? new DoubleCollection() : null;
434
DoubleCollection
yLines = snapsToDevicePixels ? new DoubleCollection() : null;
466
DoubleCollection
ticks = null;
573
DoubleCollection
ticks = null;
System\Windows\Controls\Slider.cs (6)
534
= DependencyProperty.Register("Ticks", typeof(
DoubleCollection
), typeof(Slider),
535
new FrameworkPropertyMetadata(new FreezableDefaultValueFactory(
DoubleCollection
.Empty)));
543
public
DoubleCollection
Ticks
547
return (
DoubleCollection
)GetValue(TicksProperty);
1172
DoubleCollection
ticks = null;
1236
DoubleCollection
ticks = null;
System\Windows\Documents\CompositionAdorner.cs (1)
149
DoubleCollection
dashArray;
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
267
case 173: t = () => typeof(
DoubleCollection
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3833
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)
328
typeof(
DoubleCollection
),
331
new FreezableDefaultValueFactory(
DoubleCollection
.Empty),
338
public
DoubleCollection
StrokeDashArray
340
get { return (
DoubleCollection
) GetValue(StrokeDashArrayProperty); }
499
DoubleCollection
strokeDashArray = null;
PresentationFramework.Classic (4)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (4)
836
DoubleCollection
xLines = this.VisualXSnappingGuidelines;
844
DoubleCollection
yLines = this.VisualYSnappingGuidelines;
854
private
DoubleCollection
GetPixelSnappingGuidelines(double length, double thickness1, double thickness2, int steps)
856
DoubleCollection
guidelines = new DoubleCollection();
ReachFramework (3)
Serialization\VisualSerializer.cs (3)
182
DoubleCollection
dc = obj as
DoubleCollection
;
945
DoubleCollection
dashes = new DoubleCollection();