2 overrides of OnLoseCapture
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\Behavior\ResizeBehavior.cs (1)
365
public override void
OnLoseCapture
(Glyph g, EventArgs e)
System\Windows\Forms\Design\Behavior\TableLayoutPanelBehavior.cs (1)
68
public override void
OnLoseCapture
(Glyph g, EventArgs e)
3 references to OnLoseCapture
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\Behavior\Behavior.cs (2)
112
GetNextBehavior.
OnLoseCapture
(g, e);
116
behavior.
OnLoseCapture
(g, e);
System\Windows\Forms\Design\Behavior\BehaviorService.cs (1)
475
b.
OnLoseCapture
(_hitTestedGlyph, EventArgs.Empty);