6 instantiations of ImageDrawing
PresentationCore (2)
Core\CSharp\System\Windows\Media\DrawingDrawingContext.cs (1)
615ImageDrawing imageDrawing = new ImageDrawing();
Core\CSharp\System\Windows\Media\Generated\ImageDrawing.cs (1)
195return new ImageDrawing();
PresentationFramework (3)
src\Framework\System\Windows\Interop\HwndHost.cs (1)
954drawingGroup.Children.Add(new ImageDrawing(bitmapSource, rectElement));
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5291bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.ImageDrawing(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1325case KnownElements.ImageDrawing: o = new System.Windows.Media.ImageDrawing(); break;
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesignerIcons.cs (1)
222icon.Drawing = new ImageDrawing(imageSource, new Rect(new Size(16, 16)));
14 references to ImageDrawing
PresentationCore (11)
Core\CSharp\System\Windows\Media\DrawingDrawingContext.cs (2)
615ImageDrawing imageDrawing = new ImageDrawing(); 635imageDrawing.ApplyAnimationClock(ImageDrawing.RectProperty, rectangleAnimations);
Core\CSharp\System\Windows\Media\Generated\ImageDrawing.cs (9)
65public new ImageDrawing Clone() 67return (ImageDrawing)base.Clone(); 74public new ImageDrawing CloneCurrentValue() 76return (ImageDrawing)base.CloneCurrentValue(); 111ImageDrawing target = ((ImageDrawing) d); 140ImageDrawing target = ((ImageDrawing) d); 374Type typeofThis = typeof(ImageDrawing);
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
375case 283: t = () => typeof(ImageDrawing); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5289typeof(System.Windows.Media.ImageDrawing),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5827case KnownElements.ImageDrawing: t = typeof(System.Windows.Media.ImageDrawing); break;