Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DControl.cs968 this.BeginInvokeInternal(new MethodInvoker(DestroyHandle), null); in Dispose()
1125 internal IAsyncResult BeginInvokeInternal (Delegate method, object [] args) { in BeginInvokeInternal() method in System.Windows.Forms.Control
1126 return BeginInvokeInternal (method, args, FindControlToInvokeOn ()); in BeginInvokeInternal()
1129 internal IAsyncResult BeginInvokeInternal (Delegate method, object [] args, Control control) { in BeginInvokeInternal() method in System.Windows.Forms.Control
3483 return BeginInvokeInternal(method, prms); in BeginInvoke()
3489 return BeginInvokeInternal (method, args); in BeginInvoke()
3793 IAsyncResult result = BeginInvokeInternal (method, args, control); in Invoke()