7 references to AdornerWindowControl
System.Windows.Forms.Design (7)
System\ComponentModel\Design\DesignerActionUI.cs (2)
649
!_behaviorService.
AdornerWindowControl
.DisplayRectangle.IntersectsWith(glyph.Bounds))
716
_behaviorService.
AdornerWindowControl
.DisplayRectangle.IntersectsWith(glyph.Bounds))
System\Windows\Forms\Design\Behavior\ResizeBehavior.cs (2)
483
PInvoke.ClientToScreen(_behaviorService.
AdornerWindowControl
, ref mouseLocAbs);
548
PInvoke.ClientToScreen(_behaviorService.
AdornerWindowControl
, ref _lastMouseAbs);
System\Windows\Forms\Design\CommandSet.cs (1)
2945
Control? marshalControl = BehaviorService?.
AdornerWindowControl
;
System\Windows\Forms\Design\ToolStripEditorManager.cs (2)
57
_behaviorService.
AdornerWindowControl
.Controls.Remove(_editor);
87
_behaviorService.
AdornerWindowControl
.Controls.Add(_editor);