2 implementations of FInState
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Application.cs (1)
2006bool UnsafeNativeMethods.IMsoComponentManager.FInState(int uStateID, IntPtr pvoid) {
winforms\Managed\System\WinForms\ComponentManagerBroker.cs (1)
578bool UnsafeNativeMethods.IMsoComponentManager.FInState(int uStateID, IntPtr pvoid) {
1 reference to FInState
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ComponentManagerBroker.cs (1)
580return _original.FInState(uStateID, pvoid);