16 references to GetExtendedState
System.Windows.Forms (16)
System\Windows\Forms\Control.cs (16)
1003get => GetExtendedState(ExtendedStates.BecomingActiveControl); 1518get => GetExtendedState(ExtendedStates.TopMDIWindowClosing); 1528get => GetExtendedState(ExtendedStates.CurrentlyBeingScaled); 2157if (GetExtendedState(ExtendedStates.UserPreferredSizeCache)) 2185if (GetExtendedState(ExtendedStates.UserPreferredSizeCache) && proposedSize == LayoutUtils.s_maxSize) 2428internal bool IsActiveX => GetExtendedState(ExtendedStates.IsActiveX); 7398&& GetExtendedState(ExtendedStates.SetScrollPosition) 7399&& !GetExtendedState(ExtendedStates.HaveInvoked)) 8455if (_cachedLayoutEventArgs is null || GetExtendedState(ExtendedStates.ClearLayoutArgs)) 8458if (GetExtendedState(ExtendedStates.ClearLayoutArgs)) 8646if (!GetExtendedState(ExtendedStates.UiCues)) 8744if (target.GetExtendedState(ExtendedStates.InputKey) || target.IsInputKey(keyData)) 8753if (target.GetExtendedState(ExtendedStates.InputChar) || target.IsInputChar((char)(nint)message.WParamInternal)) 11529if (!GetExtendedState(ExtendedStates.MaintainsOwnCaptureMode)) 12609if (GetExtendedState(ExtendedStates.InterestedInUserPreferenceChanged) && GetTopLevel()) 12659if (GetExtendedState(ExtendedStates.InterestedInUserPreferenceChanged) && GetTopLevel())