5 instantiations of DrawingCollection
PresentationCore (3)
System\Windows\Media\DrawingDrawingContext.cs (1)
1177
rootChildren = new
DrawingCollection
();
System\Windows\Media\Generated\DrawingCollection.cs (2)
461
DrawingCollection collection = new
DrawingCollection
();
598
return new
DrawingCollection
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3933
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.
DrawingCollection
(); };
System\Windows\Markup\KnownTypes.cs (1)
1246
case KnownElements.DrawingCollection: o = new System.Windows.Media.
DrawingCollection
(); break;
43 references to DrawingCollection
PresentationCore (37)
System\Windows\Media\DrawingCollection.cs (1)
26
internal void TransactionalAppend(
DrawingCollection
collectionToAppend)
System\Windows\Media\DrawingDrawingContext.cs (2)
1157
DrawingCollection
rootChildren;
1214
protected virtual void CloseCore(
DrawingCollection
rootDrawingGroupChildren)
System\Windows\Media\DrawingGroup.cs (3)
77
internal void Close(
DrawingCollection
rootDrawingGroupChildren)
110
DrawingCollection
children = Children;
236
DrawingCollection
collection = Children;
System\Windows\Media\DrawingGroupDrawingContext.cs (1)
37
protected override void CloseCore(
DrawingCollection
rootDrawingGroupChildren)
System\Windows\Media\Generated\DrawingCollection.cs (17)
34
public new
DrawingCollection
Clone()
36
return (
DrawingCollection
)base.Clone();
43
public new
DrawingCollection
CloneCurrentValue()
45
return (
DrawingCollection
)base.CloneCurrentValue();
455
internal static
DrawingCollection
Empty
461
DrawingCollection
collection = new DrawingCollection();
575
private static
DrawingCollection
s_empty;
605
DrawingCollection
sourceDrawingCollection = (
DrawingCollection
) source;
626
DrawingCollection
sourceDrawingCollection = (
DrawingCollection
) source;
647
DrawingCollection
sourceDrawingCollection = (
DrawingCollection
) source;
668
DrawingCollection
sourceDrawingCollection = (
DrawingCollection
) source;
771
internal Enumerator(
DrawingCollection
list)
881
private
DrawingCollection
_list;
System\Windows\Media\Generated\DrawingGroup.cs (13)
79
DrawingCollection
oldCollection = null;
80
DrawingCollection
newCollection = null;
84
oldCollection = (
DrawingCollection
) e.OldValue;
95
newCollection = (
DrawingCollection
) e.NewValue;
370
public
DrawingCollection
Children
374
return (
DrawingCollection
) GetValue(ChildrenProperty);
528
DrawingCollection
vChildren = Children;
610
DrawingCollection
vChildren = Children;
643
DrawingCollection
vChildren = Children;
799
internal static
DrawingCollection
s_Children =
DrawingCollection
.Empty;
847
typeof(
DrawingCollection
),
849
new FreezableDefaultValueFactory(
DrawingCollection
.Empty),
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
275
case 181: t = () => typeof(
DrawingCollection
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3931
typeof(System.Windows.Media.
DrawingCollection
),
System\Windows\Markup\KnownTypes.cs (1)
5735
case KnownElements.DrawingCollection: t = typeof(System.Windows.Media.
DrawingCollection
); break;
ReachFramework (3)
AlphaFlattener\Primitive.cs (1)
469
DrawingCollection
children = dg.Children;
Serialization\VisualTreeFlattener.cs (2)
399
DrawingCollection
children = dg.Children;
709
DrawingCollection
children = dg.Children;