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)
275if (_glyphManager is not null) 277_glyphManager.SelectionGlyphs.Clear(); 283GlyphCollection glyphs = _glyphManager.GetGlyphsForComponent(selectedComponent); 451if (_glyphManager is not null) 453return _glyphManager.SelectionGlyphs; 902if (_glyphManager is not null) 904_glyphManager.Dispose(); 1036if (_glyphManager is not null && _glyphManager.OnMouseDoubleClick(e)) 1220if (_glyphManager is not null && _glyphManager.OnMouseDown(e)) 1291if (_glyphManager is not null && _glyphManager.OnMouseMove(e)) 1324if (_glyphManager is not null && _glyphManager.OnMouseUp(e)) 1483_glyphManager?.OnPaintGlyphs(pe); 1631if (_glyphManager is not null) 1637_glyphManager.GetHitTest(location); 2014_tray._glyphManager?.UpdateLocation(this); 2344_tray._glyphManager?.UpdateLocation(this); 2548if (_tray._glyphManager is not null) 2557_tray._glyphManager.GetHitTest(pt);