2 writes to _glyphManager
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ComponentTray.cs (2)
168
_glyphManager
= new ComponentTrayGlyphManager(behSvc);
891
_glyphManager
= null;
21 references to _glyphManager
System.Windows.Forms.Design (21)
System\Windows\Forms\Design\ComponentTray.cs (21)
269
if (
_glyphManager
is not null)
271
_glyphManager
.SelectionGlyphs.Clear();
277
GlyphCollection glyphs =
_glyphManager
.GetGlyphsForComponent(selectedComponent);
445
if (
_glyphManager
is not null)
447
return
_glyphManager
.SelectionGlyphs;
890
_glyphManager
?.Dispose();
1021
if (
_glyphManager
is not null &&
_glyphManager
.OnMouseDoubleClick(e))
1205
if (
_glyphManager
is not null &&
_glyphManager
.OnMouseDown(e))
1276
if (
_glyphManager
is not null &&
_glyphManager
.OnMouseMove(e))
1309
if (
_glyphManager
is not null &&
_glyphManager
.OnMouseUp(e))
1468
_glyphManager
?.OnPaintGlyphs(pe);
1616
if (
_glyphManager
is not null)
1622
_glyphManager
.GetHitTest(location);
1996
_tray.
_glyphManager
?.UpdateLocation(this);
2326
_tray.
_glyphManager
?.UpdateLocation(this);
2530
if (_tray.
_glyphManager
is not null)
2539
_tray.
_glyphManager
.GetHitTest(pt);