5 instantiations of GeometryCollection
PresentationCore (2)
Core\CSharp\System\Windows\Media\Generated\GeometryCollection.cs (2)
505
GeometryCollection collection = new
GeometryCollection
();
645
return new
GeometryCollection
();
PresentationFramework (3)
src\Framework\MS\Internal\Controls\InkCanvasSelectionAdorner.cs (1)
312
GeometryCollection geometryCollection = new
GeometryCollection
();
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4701
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.
GeometryCollection
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1292
case KnownElements.GeometryCollection: o = new System.Windows.Media.
GeometryCollection
(); break;
38 references to GeometryCollection
PresentationCore (34)
Core\CSharp\System\Windows\Media\Generated\GeometryCollection.cs (17)
67
public new
GeometryCollection
Clone()
69
return (
GeometryCollection
)base.Clone();
76
public new
GeometryCollection
CloneCurrentValue()
78
return (
GeometryCollection
)base.CloneCurrentValue();
499
internal static
GeometryCollection
Empty
505
GeometryCollection
collection = new GeometryCollection();
622
private static
GeometryCollection
s_empty;
652
GeometryCollection
sourceGeometryCollection = (
GeometryCollection
) source;
674
GeometryCollection
sourceGeometryCollection = (
GeometryCollection
) source;
696
GeometryCollection
sourceGeometryCollection = (
GeometryCollection
) source;
718
GeometryCollection
sourceGeometryCollection = (
GeometryCollection
) source;
822
internal Enumerator(
GeometryCollection
list)
933
private
GeometryCollection
_list;
Core\CSharp\System\Windows\Media\Generated\GeometryGroup.cs (13)
122
GeometryCollection
oldCollection = null;
123
GeometryCollection
newCollection = null;
127
oldCollection = (
GeometryCollection
) e.OldValue;
138
newCollection = (
GeometryCollection
) e.NewValue;
210
public
GeometryCollection
Children
214
return (
GeometryCollection
) GetValue(ChildrenProperty);
270
GeometryCollection
vChildren = Children;
327
GeometryCollection
vChildren = Children;
356
GeometryCollection
vChildren = Children;
504
internal static
GeometryCollection
s_Children =
GeometryCollection
.Empty;
542
typeof(
GeometryCollection
),
544
new FreezableDefaultValueFactory(
GeometryCollection
.Empty),
Core\CSharp\System\Windows\Media\GeometryGroup.cs (4)
84
GeometryCollection
children = Children;
113
GeometryCollection
children = Children;
132
GeometryCollection
children = Children;
143
GeometryCollection
children = Children;
PresentationFramework (4)
src\Framework\MS\Internal\Controls\InkCanvasSelectionAdorner.cs (1)
312
GeometryCollection
geometryCollection = new GeometryCollection();
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
331
case 239: t = () => typeof(
GeometryCollection
); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4699
typeof(System.Windows.Media.
GeometryCollection
),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5783
case KnownElements.GeometryCollection: t = typeof(System.Windows.Media.
GeometryCollection
); break;