2 writes to _rootControlGlyph
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ToolStripMenuItemDesigner.cs (2)
1133_rootControlGlyph = new ToolStripDropDownGlyph(rootControl.Bounds, new DropDownBehavior(designer, this)); 1201_rootControlGlyph = new ToolStripDropDownGlyph(dropDown.Bounds, new DropDownBehavior(designer, this));
8 references to _rootControlGlyph
System.Windows.Forms.Design (8)
System\Windows\Forms\Design\ToolStripMenuItemDesigner.cs (8)
1136_toolStripAdornerWindowService?.DropDownAdorner.Glyphs.Add(_rootControlGlyph); 1148if (_rootControlGlyph is not null && _toolStripAdornerWindowService.DropDownAdorner.Glyphs.Contains(_rootControlGlyph)) 1150_toolStripAdornerWindowService.DropDownAdorner.Glyphs.Remove(_rootControlGlyph); 1194if (_rootControlGlyph is not null && _toolStripAdornerWindowService.DropDownAdorner.Glyphs.Contains(_rootControlGlyph)) 1196_toolStripAdornerWindowService.DropDownAdorner.Glyphs.Remove(_rootControlGlyph); 1204_toolStripAdornerWindowService.DropDownAdorner.Glyphs.Add(_rootControlGlyph);