2 writes to _toolStripAdornerWindowService
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ToolStripDesigner.cs (2)
1220_toolStripAdornerWindowService = null; 1455_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); 1055if (_toolStripAdornerWindowService is not null && _boundsToInvalidate != Rectangle.Empty) 1057_toolStripAdornerWindowService.Invalidate(_boundsToInvalidate); 1218if (_toolStripAdornerWindowService is not null) 2038if (_toolStripAdornerWindowService is not null && sender is ToolStripDropDownItem ddi) 2040_toolStripAdornerWindowService.Invalidate(ddi.DropDown.Bounds); 2120if (_toolStripAdornerWindowService is not null) 2123ddi.DropDown.Parent = _toolStripAdornerWindowService.ToolStripAdornerWindowControl; 2141if (_toolStripAdornerWindowService is not null && dropDown is not null) 2143_toolStripAdornerWindowService.Invalidate(); 2285if (glyph is not null && _toolStripAdornerWindowService is not null && _toolStripAdornerWindowService.DropDownAdorner.Glyphs.Contains(glyph)) 2287_toolStripAdornerWindowService.DropDownAdorner.Glyphs.Remove(glyph);