2 writes to _hitTestedGlyph
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ComponentTray.cs (2)
2665_hitTestedGlyph = _traySelectionAdorner.Glyphs[i]; 2670_hitTestedGlyph = null;
16 references to _hitTestedGlyph
System.Windows.Forms.Design (16)
System\Windows\Forms\Design\ComponentTray.cs (16)
2680if (_hitTestedGlyph is not null && _hitTestedGlyph.Behavior is not null) 2682return _hitTestedGlyph.Behavior.OnMouseDoubleClick(_hitTestedGlyph, e.Button, new Point(e.X, e.Y)); 2694if (_hitTestedGlyph is not null && _hitTestedGlyph.Behavior is not null) 2696return _hitTestedGlyph.Behavior.OnMouseDown(_hitTestedGlyph, e.Button, new Point(e.X, e.Y)); 2708if (_hitTestedGlyph is not null && _hitTestedGlyph.Behavior is not null) 2710return _hitTestedGlyph.Behavior.OnMouseMove(_hitTestedGlyph, e.Button, new Point(e.X, e.Y)); 2722if (_hitTestedGlyph is not null && _hitTestedGlyph.Behavior is not null) 2724return _hitTestedGlyph.Behavior.OnMouseUp(_hitTestedGlyph, e.Button);