16 references to GetExtendedState
System.Windows.Forms (16)
System\Windows\Forms\Control.cs (16)
977get => GetExtendedState(ExtendedStates.BecomingActiveControl); 1492get => GetExtendedState(ExtendedStates.TopMDIWindowClosing); 1502get => GetExtendedState(ExtendedStates.CurrentlyBeingScaled); 2131if (GetExtendedState(ExtendedStates.UserPreferredSizeCache)) 2159if (GetExtendedState(ExtendedStates.UserPreferredSizeCache) && proposedSize == LayoutUtils.s_maxSize) 2402internal bool IsActiveX => GetExtendedState(ExtendedStates.IsActiveX); 7372&& GetExtendedState(ExtendedStates.SetScrollPosition) 7373&& !GetExtendedState(ExtendedStates.HaveInvoked)) 8429if (_cachedLayoutEventArgs is null || GetExtendedState(ExtendedStates.ClearLayoutArgs)) 8432if (GetExtendedState(ExtendedStates.ClearLayoutArgs)) 8620if (!GetExtendedState(ExtendedStates.UiCues)) 8718if (target.GetExtendedState(ExtendedStates.InputKey) || target.IsInputKey(keyData)) 8727if (target.GetExtendedState(ExtendedStates.InputChar) || target.IsInputChar((char)(nint)message.WParamInternal)) 11487if (!GetExtendedState(ExtendedStates.MaintainsOwnCaptureMode)) 12567if (GetExtendedState(ExtendedStates.InterestedInUserPreferenceChanged) && GetTopLevel()) 12617if (GetExtendedState(ExtendedStates.InterestedInUserPreferenceChanged) && GetTopLevel())