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)
269if (_glyphManager is not null) 271_glyphManager.SelectionGlyphs.Clear(); 277GlyphCollection glyphs = _glyphManager.GetGlyphsForComponent(selectedComponent); 445if (_glyphManager is not null) 447return _glyphManager.SelectionGlyphs; 890_glyphManager?.Dispose(); 1021if (_glyphManager is not null && _glyphManager.OnMouseDoubleClick(e)) 1205if (_glyphManager is not null && _glyphManager.OnMouseDown(e)) 1276if (_glyphManager is not null && _glyphManager.OnMouseMove(e)) 1309if (_glyphManager is not null && _glyphManager.OnMouseUp(e)) 1468_glyphManager?.OnPaintGlyphs(pe); 1616if (_glyphManager is not null) 1622_glyphManager.GetHitTest(location); 1996_tray._glyphManager?.UpdateLocation(this); 2326_tray._glyphManager?.UpdateLocation(this); 2530if (_tray._glyphManager is not null) 2539_tray._glyphManager.GetHitTest(pt);