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
);
1121
if (
_rootControlGlyph
is not null && _toolStripAdornerWindowService.DropDownAdorner.Glyphs.Contains(
_rootControlGlyph
))
1123
_toolStripAdornerWindowService.DropDownAdorner.Glyphs.Remove(
_rootControlGlyph
);
1167
if (
_rootControlGlyph
is not null && _toolStripAdornerWindowService.DropDownAdorner.Glyphs.Contains(
_rootControlGlyph
))
1169
_toolStripAdornerWindowService.DropDownAdorner.Glyphs.Remove(
_rootControlGlyph
);
1177
_toolStripAdornerWindowService.DropDownAdorner.Glyphs.Add(
_rootControlGlyph
);