2 writes to _glyphManager
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ComponentTray.cs (2)
174
_glyphManager
= new ComponentTrayGlyphManager(behSvc);
905
_glyphManager
= null;
22 references to _glyphManager
System.Windows.Forms.Design (22)
System\Windows\Forms\Design\ComponentTray.cs (22)
275
if (
_glyphManager
is not null)
277
_glyphManager
.SelectionGlyphs.Clear();
283
GlyphCollection glyphs =
_glyphManager
.GetGlyphsForComponent(selectedComponent);
451
if (
_glyphManager
is not null)
453
return
_glyphManager
.SelectionGlyphs;
902
if (
_glyphManager
is not null)
904
_glyphManager
.Dispose();
1036
if (
_glyphManager
is not null &&
_glyphManager
.OnMouseDoubleClick(e))
1220
if (
_glyphManager
is not null &&
_glyphManager
.OnMouseDown(e))
1291
if (
_glyphManager
is not null &&
_glyphManager
.OnMouseMove(e))
1324
if (
_glyphManager
is not null &&
_glyphManager
.OnMouseUp(e))
1483
_glyphManager
?.OnPaintGlyphs(pe);
1631
if (
_glyphManager
is not null)
1637
_glyphManager
.GetHitTest(location);
2014
_tray.
_glyphManager
?.UpdateLocation(this);
2344
_tray.
_glyphManager
?.UpdateLocation(this);
2548
if (_tray.
_glyphManager
is not null)
2557
_tray.
_glyphManager
.GetHitTest(pt);