2 writes to _toolStripAdornerWindowService
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ToolStripDesigner.cs (2)
1196_toolStripAdornerWindowService = null; 1431_toolStripAdornerWindowService = GetService<ToolStripAdornerWindowService>();
13 references to _toolStripAdornerWindowService
System.Windows.Forms.Design (13)
System\Windows\Forms\Design\ToolStripDesigner.cs (13)
466_toolStripAdornerWindowService?.DropDownAdorner.Glyphs.Add(bodyGlyphDropDownItem); 1043if (_toolStripAdornerWindowService is not null && _boundsToInvalidate != Rectangle.Empty) 1045_toolStripAdornerWindowService.Invalidate(_boundsToInvalidate); 1194if (_toolStripAdornerWindowService is not null) 2011if (_toolStripAdornerWindowService is not null && sender is ToolStripDropDownItem ddi) 2013_toolStripAdornerWindowService.Invalidate(ddi.DropDown.Bounds); 2093if (_toolStripAdornerWindowService is not null) 2096ddi.DropDown.Parent = _toolStripAdornerWindowService.ToolStripAdornerWindowControl; 2114if (_toolStripAdornerWindowService is not null && dropDown is not null) 2116_toolStripAdornerWindowService.Invalidate(); 2258if (glyph is not null && _toolStripAdornerWindowService is not null && _toolStripAdornerWindowService.DropDownAdorner.Glyphs.Contains(glyph)) 2260_toolStripAdornerWindowService.DropDownAdorner.Glyphs.Remove(glyph);