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)
384using Graphics graphics = BehaviorService.AdornerWindowGraphics; 870using (Graphics graphics = BehaviorService.AdornerWindowGraphics)
System\Windows\Forms\Design\Behavior\SelectionManager.cs (2)
377using Graphics g = _behaviorService.AdornerWindowGraphics; 426using Graphics g = _behaviorService.AdornerWindowGraphics;
System\Windows\Forms\Design\Behavior\ToolboxItemSnapLineBehavior.cs (1)
339using Graphics graphics = _behaviorService.AdornerWindowGraphics;
System\Windows\Forms\Design\ControlDesigner.cs (1)
1437using Graphics adornerGraphics = BehaviorService.AdornerWindowGraphics;
System\Windows\Forms\Design\FlowLayoutPanelDesigner .cs (1)
481using Graphics graphics = BehaviorService.AdornerWindowGraphics;
System\Windows\Forms\Design\ParentControlDesigner.cs (1)
1970_graphics ??= BehaviorService.AdornerWindowGraphics;
System\Windows\Forms\Design\ToolStripItemBehavior.cs (1)
923Graphics g = bSvc.AdornerWindowGraphics;