Home
last modified time | relevance | path

Searched refs:InternalCapture (Results 1 – 4 of 4) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DControl.cs5281 if (InternalCapture) { in WmLButtonUp()
5282 InternalCapture = false; in WmLButtonUp()
5303 InternalCapture = true; in WmLButtonDown()
5311 InternalCapture = true; in WmLButtonDblClick()
5328 if (InternalCapture) { in WmMButtonUp()
5329 InternalCapture = false; in WmMButtonUp()
5337 InternalCapture = true; in WmMButtonDown()
5344 InternalCapture = true; in WmMButtonDblClick()
5375 if (InternalCapture) { in WmRButtonUp()
5392 InternalCapture = true; in WmRButtonDown()
[all …]
H A DX11Dnd.cs572 if (c.InternalCapture) in RemoveCapture()
573 c.InternalCapture = false; in RemoveCapture()
725 c.InternalCapture = false; in QueryContinue()
H A DMonthCalendar.cs2346 internal override bool InternalCapture { property in System.Windows.Forms.MonthCalendar
2348 return base.InternalCapture;
2354 base.InternalCapture = value;
H A DComboBox.cs1369 internal override bool InternalCapture { property in System.Windows.Forms.ComboBox
2372 internal override bool InternalCapture { property in System.Windows.Forms.ComboBox.ComboListBox.VScrollBarLB
2446 internal override bool InternalCapture { property in System.Windows.Forms.ComboBox.ComboListBox