5 instantiations of DrawingCollection
PresentationCore (3)
Core\CSharp\System\Windows\Media\DrawingDrawingContext.cs (1)
1227
rootChildren = new
DrawingCollection
();
Core\CSharp\System\Windows\Media\Generated\DrawingCollection.cs (2)
505
DrawingCollection collection = new
DrawingCollection
();
645
return new
DrawingCollection
();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3931
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.
DrawingCollection
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1247
case KnownElements.DrawingCollection: o = new System.Windows.Media.
DrawingCollection
(); break;
40 references to DrawingCollection
PresentationCore (37)
Core\CSharp\System\Windows\Media\DrawingCollection.cs (1)
31
internal void TransactionalAppend(
DrawingCollection
collectionToAppend)
Core\CSharp\System\Windows\Media\DrawingDrawingContext.cs (2)
1207
DrawingCollection
rootChildren;
1264
protected virtual void CloseCore(
DrawingCollection
rootDrawingGroupChildren)
Core\CSharp\System\Windows\Media\DrawingGroup.cs (3)
111
internal void Close(
DrawingCollection
rootDrawingGroupChildren)
144
DrawingCollection
children = Children;
270
DrawingCollection
collection = Children;
Core\CSharp\System\Windows\Media\DrawingGroupDrawingContext.cs (1)
42
protected override void CloseCore(
DrawingCollection
rootDrawingGroupChildren)
Core\CSharp\System\Windows\Media\Generated\DrawingCollection.cs (17)
67
public new
DrawingCollection
Clone()
69
return (
DrawingCollection
)base.Clone();
76
public new
DrawingCollection
CloneCurrentValue()
78
return (
DrawingCollection
)base.CloneCurrentValue();
499
internal static
DrawingCollection
Empty
505
DrawingCollection
collection = new DrawingCollection();
622
private static
DrawingCollection
s_empty;
652
DrawingCollection
sourceDrawingCollection = (
DrawingCollection
) source;
674
DrawingCollection
sourceDrawingCollection = (
DrawingCollection
) source;
696
DrawingCollection
sourceDrawingCollection = (
DrawingCollection
) source;
718
DrawingCollection
sourceDrawingCollection = (
DrawingCollection
) source;
822
internal Enumerator(
DrawingCollection
list)
933
private
DrawingCollection
_list;
Core\CSharp\System\Windows\Media\Generated\DrawingGroup.cs (13)
115
DrawingCollection
oldCollection = null;
116
DrawingCollection
newCollection = null;
120
oldCollection = (
DrawingCollection
) e.OldValue;
131
newCollection = (
DrawingCollection
) e.NewValue;
430
public
DrawingCollection
Children
434
return (
DrawingCollection
) GetValue(ChildrenProperty);
594
DrawingCollection
vChildren = Children;
677
DrawingCollection
vChildren = Children;
712
DrawingCollection
vChildren = Children;
870
internal static
DrawingCollection
s_Children =
DrawingCollection
.Empty;
918
typeof(
DrawingCollection
),
920
new FreezableDefaultValueFactory(
DrawingCollection
.Empty),
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
273
case 181: t = () => typeof(
DrawingCollection
); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3929
typeof(System.Windows.Media.
DrawingCollection
),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5725
case KnownElements.DrawingCollection: t = typeof(System.Windows.Media.
DrawingCollection
); break;