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)
275if (_glyphManager is not null) 277_glyphManager.SelectionGlyphs.Clear(); 283GlyphCollection glyphs = _glyphManager.GetGlyphsForComponent(selectedComponent); 451if (_glyphManager is not null) 453return _glyphManager.SelectionGlyphs; 899_glyphManager?.Dispose(); 1030if (_glyphManager is not null && _glyphManager.OnMouseDoubleClick(e)) 1214if (_glyphManager is not null && _glyphManager.OnMouseDown(e)) 1285if (_glyphManager is not null && _glyphManager.OnMouseMove(e)) 1318if (_glyphManager is not null && _glyphManager.OnMouseUp(e)) 1477_glyphManager?.OnPaintGlyphs(pe); 1625if (_glyphManager is not null) 1631_glyphManager.GetHitTest(location); 2008_tray._glyphManager?.UpdateLocation(this); 2338_tray._glyphManager?.UpdateLocation(this); 2542if (_tray._glyphManager is not null) 2551_tray._glyphManager.GetHitTest(pt);