5 instantiations of GeometryCollection
PresentationCore (2)
System\Windows\Media\Generated\GeometryCollection.cs (2)
474GeometryCollection collection = new GeometryCollection(); 611return new GeometryCollection();
PresentationFramework (3)
MS\Internal\Controls\InkCanvasSelectionAdorner.cs (1)
299GeometryCollection geometryCollection = new GeometryCollection();
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5104DefaultConstructor = delegate () { return new System.Windows.Media.GeometryCollection(); },
System\Windows\Markup\KnownTypes.cs (1)
1285case KnownElements.GeometryCollection: o = new System.Windows.Media.GeometryCollection(); break;
38 references to GeometryCollection
PresentationCore (34)
System\Windows\Media\Generated\GeometryCollection.cs (17)
46public new GeometryCollection Clone() 48return (GeometryCollection)base.Clone(); 55public new GeometryCollection CloneCurrentValue() 57return (GeometryCollection)base.CloneCurrentValue(); 468internal static GeometryCollection Empty 474GeometryCollection collection = new GeometryCollection(); 588private static GeometryCollection s_empty; 618GeometryCollection sourceGeometryCollection = (GeometryCollection) source; 640GeometryCollection sourceGeometryCollection = (GeometryCollection) source; 662GeometryCollection sourceGeometryCollection = (GeometryCollection) source; 684GeometryCollection sourceGeometryCollection = (GeometryCollection) source; 788internal Enumerator(GeometryCollection list) 899private GeometryCollection _list;
System\Windows\Media\Generated\GeometryGroup.cs (13)
101GeometryCollection oldCollection = null; 102GeometryCollection newCollection = null; 106oldCollection = (GeometryCollection) e.OldValue; 117newCollection = (GeometryCollection) e.NewValue; 189public GeometryCollection Children 193return (GeometryCollection) GetValue(ChildrenProperty); 243GeometryCollection vChildren = Children; 300GeometryCollection vChildren = Children; 329GeometryCollection vChildren = Children; 471internal static GeometryCollection s_Children = GeometryCollection.Empty; 508typeof(GeometryCollection), 510new FreezableDefaultValueFactory(GeometryCollection.Empty),
System\Windows\Media\GeometryGroup.cs (4)
63GeometryCollection children = Children; 92GeometryCollection children = Children; 111GeometryCollection children = Children; 122GeometryCollection children = Children;
PresentationFramework (4)
MS\Internal\Controls\InkCanvasSelectionAdorner.cs (1)
299GeometryCollection geometryCollection = new GeometryCollection();
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
333case 239: t = () => typeof(GeometryCollection); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5101typeof(System.Windows.Media.GeometryCollection),
System\Windows\Markup\KnownTypes.cs (1)
5787case KnownElements.GeometryCollection: t = typeof(System.Windows.Media.GeometryCollection); break;