5 instantiations of DrawingCollection
PresentationCore (3)
System\Windows\Media\DrawingDrawingContext.cs (1)
1182
rootChildren = new
DrawingCollection
System\Windows\Media\Generated\DrawingCollection.cs (2)
473
DrawingCollection collection = new
DrawingCollection
();
610
return new
DrawingCollection
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4235
DefaultConstructor = delegate () { return new System.Windows.Media.
DrawingCollection
(); },
System\Windows\Markup\KnownTypes.cs (1)
1239
case KnownElements.DrawingCollection: o = new System.Windows.Media.
DrawingCollection
(); break;
43 references to DrawingCollection
PresentationCore (37)
System\Windows\Media\DrawingCollection.cs (1)
25
internal void TransactionalAppend(
DrawingCollection
collectionToAppend)
System\Windows\Media\DrawingDrawingContext.cs (2)
1162
DrawingCollection
rootChildren;
1220
protected virtual void CloseCore(
DrawingCollection
rootDrawingGroupChildren)
System\Windows\Media\DrawingGroup.cs (3)
76
internal void Close(
DrawingCollection
rootDrawingGroupChildren)
109
DrawingCollection
children = Children;
235
DrawingCollection
collection = Children;
System\Windows\Media\DrawingGroupDrawingContext.cs (1)
36
protected override void CloseCore(
DrawingCollection
rootDrawingGroupChildren)
System\Windows\Media\Generated\DrawingCollection.cs (17)
45
public new
DrawingCollection
Clone()
47
return (
DrawingCollection
)base.Clone();
54
public new
DrawingCollection
CloneCurrentValue()
56
return (
DrawingCollection
)base.CloneCurrentValue();
467
internal static
DrawingCollection
Empty
473
DrawingCollection
collection = new DrawingCollection();
587
private static
DrawingCollection
s_empty;
617
DrawingCollection
sourceDrawingCollection = (
DrawingCollection
) source;
639
DrawingCollection
sourceDrawingCollection = (
DrawingCollection
) source;
661
DrawingCollection
sourceDrawingCollection = (
DrawingCollection
) source;
683
DrawingCollection
sourceDrawingCollection = (
DrawingCollection
) source;
787
internal Enumerator(
DrawingCollection
list)
898
private
DrawingCollection
_list;
System\Windows\Media\Generated\DrawingGroup.cs (13)
91
DrawingCollection
oldCollection = null;
92
DrawingCollection
newCollection = null;
96
oldCollection = (
DrawingCollection
) e.OldValue;
107
newCollection = (
DrawingCollection
) e.NewValue;
406
public
DrawingCollection
Children
410
return (
DrawingCollection
) GetValue(ChildrenProperty);
564
DrawingCollection
vChildren = Children;
647
DrawingCollection
vChildren = Children;
682
DrawingCollection
vChildren = Children;
834
internal static
DrawingCollection
s_Children =
DrawingCollection
.Empty;
881
typeof(
DrawingCollection
),
883
new FreezableDefaultValueFactory(
DrawingCollection
.Empty),
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
274
case 181: t = () => typeof(
DrawingCollection
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4232
typeof(System.Windows.Media.
DrawingCollection
),
System\Windows\Markup\KnownTypes.cs (1)
5728
case KnownElements.DrawingCollection: t = typeof(System.Windows.Media.
DrawingCollection
); break;
ReachFramework (3)
AlphaFlattener\Primitive.cs (1)
471
DrawingCollection
children = dg.Children;
Serialization\VisualTreeFlattener.cs (2)
398
DrawingCollection
children = dg.Children;
708
DrawingCollection
children = dg.Children;