5 instantiations of GeometryCollection
PresentationCore (2)
System\Windows\Media\Generated\GeometryCollection.cs (2)
473GeometryCollection collection = new GeometryCollection(); 610return new GeometryCollection();
PresentationFramework (3)
MS\Internal\Controls\InkCanvasSelectionAdorner.cs (1)
298GeometryCollection geometryCollection = new GeometryCollection();
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5103DefaultConstructor = delegate () { return new System.Windows.Media.GeometryCollection(); },
System\Windows\Markup\KnownTypes.cs (1)
1284case KnownElements.GeometryCollection: o = new System.Windows.Media.GeometryCollection(); break;
38 references to GeometryCollection
PresentationCore (34)
System\Windows\Media\Generated\GeometryCollection.cs (17)
45public new GeometryCollection Clone() 47return (GeometryCollection)base.Clone(); 54public new GeometryCollection CloneCurrentValue() 56return (GeometryCollection)base.CloneCurrentValue(); 467internal static GeometryCollection Empty 473GeometryCollection collection = new GeometryCollection(); 587private static GeometryCollection s_empty; 617GeometryCollection sourceGeometryCollection = (GeometryCollection) source; 639GeometryCollection sourceGeometryCollection = (GeometryCollection) source; 661GeometryCollection sourceGeometryCollection = (GeometryCollection) source; 683GeometryCollection sourceGeometryCollection = (GeometryCollection) source; 787internal Enumerator(GeometryCollection list) 898private GeometryCollection _list;
System\Windows\Media\Generated\GeometryGroup.cs (13)
98GeometryCollection oldCollection = null; 99GeometryCollection newCollection = null; 103oldCollection = (GeometryCollection) e.OldValue; 114newCollection = (GeometryCollection) e.NewValue; 186public GeometryCollection Children 190return (GeometryCollection) GetValue(ChildrenProperty); 240GeometryCollection vChildren = Children; 297GeometryCollection vChildren = Children; 326GeometryCollection vChildren = Children; 468internal static GeometryCollection s_Children = GeometryCollection.Empty; 505typeof(GeometryCollection), 507new FreezableDefaultValueFactory(GeometryCollection.Empty),
System\Windows\Media\GeometryGroup.cs (4)
62GeometryCollection children = Children; 91GeometryCollection children = Children; 110GeometryCollection children = Children; 121GeometryCollection children = Children;
PresentationFramework (4)
MS\Internal\Controls\InkCanvasSelectionAdorner.cs (1)
298GeometryCollection geometryCollection = new GeometryCollection();
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
332case 239: t = () => typeof(GeometryCollection); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5100typeof(System.Windows.Media.GeometryCollection),
System\Windows\Markup\KnownTypes.cs (1)
5786case KnownElements.GeometryCollection: t = typeof(System.Windows.Media.GeometryCollection); break;