2 writes to _glyphManager
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ComponentTray.cs (2)
174
_glyphManager
= new ComponentTrayGlyphManager(behSvc);
900
_glyphManager
= null;
21 references to _glyphManager
System.Windows.Forms.Design (21)
System\Windows\Forms\Design\ComponentTray.cs (21)
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;
899
_glyphManager
?.Dispose();
1030
if (
_glyphManager
is not null &&
_glyphManager
.OnMouseDoubleClick(e))
1214
if (
_glyphManager
is not null &&
_glyphManager
.OnMouseDown(e))
1285
if (
_glyphManager
is not null &&
_glyphManager
.OnMouseMove(e))
1318
if (
_glyphManager
is not null &&
_glyphManager
.OnMouseUp(e))
1477
_glyphManager
?.OnPaintGlyphs(pe);
1625
if (
_glyphManager
is not null)
1631
_glyphManager
.GetHitTest(location);
2008
_tray.
_glyphManager
?.UpdateLocation(this);
2338
_tray.
_glyphManager
?.UpdateLocation(this);
2542
if (_tray.
_glyphManager
is not null)
2551
_tray.
_glyphManager
.GetHitTest(pt);