2 writes to _rootControlGlyph
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ToolStripMenuItemDesigner.cs (2)
1106_rootControlGlyph = new ToolStripDropDownGlyph(rootControl.Bounds, new DropDownBehavior(designer, this)); 1174_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)
1109_toolStripAdornerWindowService?.DropDownAdorner.Glyphs.Add(_rootControlGlyph); 1121if (_rootControlGlyph is not null && _toolStripAdornerWindowService.DropDownAdorner.Glyphs.Contains(_rootControlGlyph)) 1123_toolStripAdornerWindowService.DropDownAdorner.Glyphs.Remove(_rootControlGlyph); 1167if (_rootControlGlyph is not null && _toolStripAdornerWindowService.DropDownAdorner.Glyphs.Contains(_rootControlGlyph)) 1169_toolStripAdornerWindowService.DropDownAdorner.Glyphs.Remove(_rootControlGlyph); 1177_toolStripAdornerWindowService.DropDownAdorner.Glyphs.Add(_rootControlGlyph);