11 references to AdornerWindowGraphics
System.Windows.Forms.Design (11)
System\Windows\Forms\Design\Behavior\DragAssistanceManager.cs (1)
157
_graphics = _behaviorService.
AdornerWindowGraphics
;
System\Windows\Forms\Design\Behavior\DropSourceBehavior.cs (1)
714
_graphicsTarget = _behaviorServiceTarget.
AdornerWindowGraphics
;
System\Windows\Forms\Design\Behavior\ResizeBehavior.cs (2)
384
using Graphics graphics = BehaviorService.
AdornerWindowGraphics
;
870
using (Graphics graphics = BehaviorService.
AdornerWindowGraphics
)
System\Windows\Forms\Design\Behavior\SelectionManager.cs (2)
377
using Graphics g = _behaviorService.
AdornerWindowGraphics
;
426
using Graphics g = _behaviorService.
AdornerWindowGraphics
;
System\Windows\Forms\Design\Behavior\ToolboxItemSnapLineBehavior.cs (1)
339
using Graphics graphics = _behaviorService.
AdornerWindowGraphics
;
System\Windows\Forms\Design\ControlDesigner.cs (1)
1437
using Graphics adornerGraphics = BehaviorService.
AdornerWindowGraphics
;
System\Windows\Forms\Design\FlowLayoutPanelDesigner .cs (1)
481
using Graphics graphics = BehaviorService.
AdornerWindowGraphics
;
System\Windows\Forms\Design\ParentControlDesigner.cs (1)
1970
_graphics ??= BehaviorService.
AdornerWindowGraphics
;
System\Windows\Forms\Design\ToolStripItemBehavior.cs (1)
923
Graphics g = bSvc.
AdornerWindowGraphics
;