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)
483PInvoke.ClientToScreen(_behaviorService.AdornerWindowControl, ref mouseLocAbs); 548PInvoke.ClientToScreen(_behaviorService.AdornerWindowControl, ref _lastMouseAbs);
System\Windows\Forms\Design\CommandSet.cs (1)
2945Control? marshalControl = BehaviorService?.AdornerWindowControl;
System\Windows\Forms\Design\ToolStripEditorManager.cs (2)
57_behaviorService.AdornerWindowControl.Controls.Remove(_editor); 87_behaviorService.AdornerWindowControl.Controls.Add(_editor);