5 instantiations of GeometryCollection
PresentationCore (2)
System\Windows\Media\Generated\GeometryCollection.cs (2)
461GeometryCollection collection = new GeometryCollection(); 598return new GeometryCollection();
PresentationFramework (3)
MS\Internal\Controls\InkCanvasSelectionAdorner.cs (1)
296GeometryCollection geometryCollection = new GeometryCollection();
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4703bamlType.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)
34public new GeometryCollection Clone() 36return (GeometryCollection)base.Clone(); 43public new GeometryCollection CloneCurrentValue() 45return (GeometryCollection)base.CloneCurrentValue(); 455internal static GeometryCollection Empty 461GeometryCollection collection = new GeometryCollection(); 575private static GeometryCollection s_empty; 605GeometryCollection sourceGeometryCollection = (GeometryCollection) source; 626GeometryCollection sourceGeometryCollection = (GeometryCollection) source; 647GeometryCollection sourceGeometryCollection = (GeometryCollection) source; 668GeometryCollection sourceGeometryCollection = (GeometryCollection) source; 771internal Enumerator(GeometryCollection list) 881private GeometryCollection _list;
System\Windows\Media\Generated\GeometryGroup.cs (13)
86GeometryCollection oldCollection = null; 87GeometryCollection newCollection = null; 91oldCollection = (GeometryCollection) e.OldValue; 102newCollection = (GeometryCollection) e.NewValue; 174public GeometryCollection Children 178return (GeometryCollection) GetValue(ChildrenProperty); 228GeometryCollection vChildren = Children; 284GeometryCollection vChildren = Children; 311GeometryCollection vChildren = Children; 457internal static GeometryCollection s_Children = GeometryCollection.Empty; 495typeof(GeometryCollection), 497new 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)
296GeometryCollection geometryCollection = new GeometryCollection();
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
333case 239: t = () => typeof(GeometryCollection); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4701typeof(System.Windows.Media.GeometryCollection),
System\Windows\Markup\KnownTypes.cs (1)
5793case KnownElements.GeometryCollection: t = typeof(System.Windows.Media.GeometryCollection); break;