5 instantiations of GeometryCollection
PresentationCore (2)
System\Windows\Media\Generated\GeometryCollection.cs (2)
491GeometryCollection collection = new GeometryCollection(); 628return new GeometryCollection();
PresentationFramework (3)
MS\Internal\Controls\InkCanvasSelectionAdorner.cs (1)
303GeometryCollection geometryCollection = new GeometryCollection();
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4705bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.GeometryCollection(); };
System\Windows\Markup\KnownTypes.cs (1)
1291case KnownElements.GeometryCollection: o = new System.Windows.Media.GeometryCollection(); break;
38 references to GeometryCollection
PresentationCore (34)
System\Windows\Media\Generated\GeometryCollection.cs (17)
64public new GeometryCollection Clone() 66return (GeometryCollection)base.Clone(); 73public new GeometryCollection CloneCurrentValue() 75return (GeometryCollection)base.CloneCurrentValue(); 485internal static GeometryCollection Empty 491GeometryCollection collection = new GeometryCollection(); 605private static GeometryCollection s_empty; 635GeometryCollection sourceGeometryCollection = (GeometryCollection) source; 656GeometryCollection sourceGeometryCollection = (GeometryCollection) source; 677GeometryCollection sourceGeometryCollection = (GeometryCollection) source; 698GeometryCollection sourceGeometryCollection = (GeometryCollection) source; 801internal Enumerator(GeometryCollection list) 911private GeometryCollection _list;
System\Windows\Media\Generated\GeometryGroup.cs (13)
112GeometryCollection oldCollection = null; 113GeometryCollection newCollection = null; 117oldCollection = (GeometryCollection) e.OldValue; 128newCollection = (GeometryCollection) e.NewValue; 200public GeometryCollection Children 204return (GeometryCollection) GetValue(ChildrenProperty); 254GeometryCollection vChildren = Children; 310GeometryCollection vChildren = Children; 337GeometryCollection vChildren = Children; 483internal static GeometryCollection s_Children = GeometryCollection.Empty; 521typeof(GeometryCollection), 523new FreezableDefaultValueFactory(GeometryCollection.Empty),
System\Windows\Media\GeometryGroup.cs (4)
80GeometryCollection children = Children; 109GeometryCollection children = Children; 128GeometryCollection children = Children; 139GeometryCollection children = Children;
PresentationFramework (4)
MS\Internal\Controls\InkCanvasSelectionAdorner.cs (1)
303GeometryCollection geometryCollection = new GeometryCollection();
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
335case 239: t = () => typeof(GeometryCollection); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4703typeof(System.Windows.Media.GeometryCollection),
System\Windows\Markup\KnownTypes.cs (1)
5793case KnownElements.GeometryCollection: t = typeof(System.Windows.Media.GeometryCollection); break;