4 references to DrawingServices
PresentationCore (4)
Core\CSharp\System\Windows\Media\Drawing.cs (2)
117return DrawingServices.HitTestPoint(this, point); 129return DrawingServices.HitTestGeometry(this, geometry);
Core\CSharp\System\Windows\Media\DrawingVisual.cs (1)
279drawingGroupContent = DrawingServices.DrawingGroupFromRenderData((RenderData) _content);
Core\CSharp\System\Windows\UIElement.cs (1)
3364drawingGroupContent = DrawingServices.DrawingGroupFromRenderData((RenderData) _drawingContent);