3 writes to _hitTestedGlyph
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\Behavior\BehaviorService.cs (3)
74_hitTestedGlyph = null; 511_hitTestedGlyph = newGlyph; 530_hitTestedGlyph = null;
28 references to _hitTestedGlyph
System.Windows.Forms.Design (28)
System\Windows\Forms\Design\Behavior\BehaviorService.cs (28)
475b.OnLoseCapture(_hitTestedGlyph, EventArgs.Empty); 504InvokeMouseEnterLeave(_hitTestedGlyph, newGlyph); 513return (_hitTestedGlyph.Behavior is ControlDesigner.TransparentBehavior); 518InvokeMouseEnterLeave(_hitTestedGlyph, null); 541Behavior? behavior = GetAppropriateBehavior(_hitTestedGlyph); 634g ??= _hitTestedGlyph; 658g ??= _hitTestedGlyph; 670=> GetAppropriateBehavior(_hitTestedGlyph)?.OnMouseDoubleClick(_hitTestedGlyph, button, mouseLoc) ?? false; 673=> GetAppropriateBehavior(_hitTestedGlyph)?.OnMouseDown(_hitTestedGlyph, button, mouseLoc) ?? false; 678=> GetAppropriateBehavior(_hitTestedGlyph)?.OnMouseHover(_hitTestedGlyph, mouseLoc) ?? false; 691return GetAppropriateBehavior(_hitTestedGlyph)?.OnMouseMove(_hitTestedGlyph, button, mouseLoc) ?? false; 698return GetAppropriateBehavior(_hitTestedGlyph)?.OnMouseUp(_hitTestedGlyph, button) ?? false; 724Behavior? behavior = GetAppropriateBehavior(_hitTestedGlyph); 730behavior.OnDragDrop(_hitTestedGlyph, e); 819Behavior? behavior = GetAppropriateBehavior(_hitTestedGlyph); 827if (_hitTestedGlyph is null || 828(_hitTestedGlyph is not null && !_dragEnterReplies.Contains(_hitTestedGlyph))) 830behavior.OnDragOver(_hitTestedGlyph, e); 839=> GetAppropriateBehavior(_hitTestedGlyph)?.OnGiveFeedback(_hitTestedGlyph, e); 842=> GetAppropriateBehavior(_hitTestedGlyph)?.OnQueryContinueDrag(_hitTestedGlyph, e);