5 writes to _bodyGlyph
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\ToolStripDesigner.cs (2)
497
dropDownItemDesigner.
_bodyGlyph
= bodyGlyphForddItem;
1328
itemDesigner.
_bodyGlyph
= bodyGlyphForItem;
System\Windows\Forms\Design\ToolStripMenuItemDesigner.cs (3)
397
dropDownItemDesigner.
_bodyGlyph
= bodyGlyphForddItem;
2385
dropDownItemDesigner.
_bodyGlyph
= null;
2406
itemDesigner.
_bodyGlyph
= null;
8 references to _bodyGlyph
System.Windows.Forms.Design (8)
System\Windows\Forms\Design\ToolStripDesigner.cs (1)
2242
ControlBodyGlyph glyph = dropDownItemDesigner.
_bodyGlyph
;
System\Windows\Forms\Design\ToolStripItemDesigner.cs (5)
481
if (
_bodyGlyph
is not null && TryGetService(out ToolStripAdornerWindowService toolStripAdornerWindowService)
482
&& toolStripAdornerWindowService.DropDownAdorner.Glyphs.Contains(
_bodyGlyph
))
484
toolStripAdornerWindowService.DropDownAdorner.Glyphs.Remove(
_bodyGlyph
);
1276
if (
_bodyGlyph
is not null)
1278
selectionManager.BodyGlyphAdorner.Glyphs.Remove(
_bodyGlyph
);
System\Windows\Forms\Design\ToolStripMenuItemDesigner.cs (2)
2381
ControlBodyGlyph glyph = dropDownItemDesigner.
_bodyGlyph
;
2402
ControlBodyGlyph glyph = itemDesigner.
_bodyGlyph
;