5 instantiations of DrawingCollection
PresentationCore (3)
System\Windows\Media\DrawingDrawingContext.cs (1)
1195
rootChildren = new
DrawingCollection
();
System\Windows\Media\Generated\DrawingCollection.cs (2)
491
DrawingCollection collection = new
DrawingCollection
();
628
return new
DrawingCollection
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3935
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)
28
internal void TransactionalAppend(
DrawingCollection
collectionToAppend)
System\Windows\Media\DrawingDrawingContext.cs (2)
1175
DrawingCollection
rootChildren;
1232
protected virtual void CloseCore(
DrawingCollection
rootDrawingGroupChildren)
System\Windows\Media\DrawingGroup.cs (3)
106
internal void Close(
DrawingCollection
rootDrawingGroupChildren)
139
DrawingCollection
children = Children;
265
DrawingCollection
collection = Children;
System\Windows\Media\DrawingGroupDrawingContext.cs (1)
39
protected override void CloseCore(
DrawingCollection
rootDrawingGroupChildren)
System\Windows\Media\Generated\DrawingCollection.cs (17)
64
public new
DrawingCollection
Clone()
66
return (
DrawingCollection
)base.Clone();
73
public new
DrawingCollection
CloneCurrentValue()
75
return (
DrawingCollection
)base.CloneCurrentValue();
485
internal static
DrawingCollection
Empty
491
DrawingCollection
collection = new DrawingCollection();
605
private static
DrawingCollection
s_empty;
635
DrawingCollection
sourceDrawingCollection = (
DrawingCollection
) source;
656
DrawingCollection
sourceDrawingCollection = (
DrawingCollection
) source;
677
DrawingCollection
sourceDrawingCollection = (
DrawingCollection
) source;
698
DrawingCollection
sourceDrawingCollection = (
DrawingCollection
) source;
801
internal Enumerator(
DrawingCollection
list)
911
private
DrawingCollection
_list;
System\Windows\Media\Generated\DrawingGroup.cs (13)
105
DrawingCollection
oldCollection = null;
106
DrawingCollection
newCollection = null;
110
oldCollection = (
DrawingCollection
) e.OldValue;
121
newCollection = (
DrawingCollection
) e.NewValue;
396
public
DrawingCollection
Children
400
return (
DrawingCollection
) GetValue(ChildrenProperty);
554
DrawingCollection
vChildren = Children;
636
DrawingCollection
vChildren = Children;
669
DrawingCollection
vChildren = Children;
825
internal static
DrawingCollection
s_Children =
DrawingCollection
.Empty;
873
typeof(
DrawingCollection
),
875
new FreezableDefaultValueFactory(
DrawingCollection
.Empty),
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
277
case 181: t = () => typeof(
DrawingCollection
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3933
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)
474
DrawingCollection
children = dg.Children;
Serialization\VisualTreeFlattener.cs (2)
406
DrawingCollection
children = dg.Children;
716
DrawingCollection
children = dg.Children;