5 writes to _bodyGlyph
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\ToolStripDesigner.cs (2)
464
dropDownItemDesigner.
_bodyGlyph
= bodyGlyphDropDownItem;
1310
itemDesigner.
_bodyGlyph
= bodyGlyphForItem;
System\Windows\Forms\Design\ToolStripMenuItemDesigner.cs (3)
397
dropDownItemDesigner.
_bodyGlyph
= bodyGlyphForddItem;
2340
dropDownItemDesigner.
_bodyGlyph
= null;
2361
itemDesigner.
_bodyGlyph
= null;
8 references to _bodyGlyph
System.Windows.Forms.Design (8)
System\Windows\Forms\Design\ToolStripDesigner.cs (1)
2257
ControlBodyGlyph glyph = dropDownItemDesigner.
_bodyGlyph
;
System\Windows\Forms\Design\ToolStripItemDesigner.cs (5)
469
if (
_bodyGlyph
is not null && TryGetService(out ToolStripAdornerWindowService toolStripAdornerWindowService)
470
&& toolStripAdornerWindowService.DropDownAdorner.Glyphs.Contains(
_bodyGlyph
))
472
toolStripAdornerWindowService.DropDownAdorner.Glyphs.Remove(
_bodyGlyph
);
1258
if (
_bodyGlyph
is not null)
1260
selectionManager.BodyGlyphAdorner.Glyphs.Remove(
_bodyGlyph
);
System\Windows\Forms\Design\ToolStripMenuItemDesigner.cs (2)
2336
ControlBodyGlyph glyph = dropDownItemDesigner.
_bodyGlyph
;
2357
ControlBodyGlyph glyph = itemDesigner.
_bodyGlyph
;