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
);
1148
if (
_rootControlGlyph
is not null && _toolStripAdornerWindowService.DropDownAdorner.Glyphs.Contains(
_rootControlGlyph
))
1150
_toolStripAdornerWindowService.DropDownAdorner.Glyphs.Remove(
_rootControlGlyph
);
1194
if (
_rootControlGlyph
is not null && _toolStripAdornerWindowService.DropDownAdorner.Glyphs.Contains(
_rootControlGlyph
))
1196
_toolStripAdornerWindowService.DropDownAdorner.Glyphs.Remove(
_rootControlGlyph
);
1204
_toolStripAdornerWindowService.DropDownAdorner.Glyphs.Add(
_rootControlGlyph
);