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