2 writes to _rootControlGlyph
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ToolStripMenuItemDesigner.cs (2)
1103_rootControlGlyph = new ToolStripDropDownGlyph(rootControl.Bounds, new DropDownBehavior(designer, this)); 1171_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)
1106_toolStripAdornerWindowService?.DropDownAdorner.Glyphs.Add(_rootControlGlyph); 1118if (_rootControlGlyph is not null && _toolStripAdornerWindowService.DropDownAdorner.Glyphs.Contains(_rootControlGlyph)) 1120_toolStripAdornerWindowService.DropDownAdorner.Glyphs.Remove(_rootControlGlyph); 1164if (_rootControlGlyph is not null && _toolStripAdornerWindowService.DropDownAdorner.Glyphs.Contains(_rootControlGlyph)) 1166_toolStripAdornerWindowService.DropDownAdorner.Glyphs.Remove(_rootControlGlyph); 1174_toolStripAdornerWindowService.DropDownAdorner.Glyphs.Add(_rootControlGlyph);