16 references to GetExtendedState
System.Windows.Forms (16)
System\Windows\Forms\Control.cs (16)
907get => GetExtendedState(ExtendedStates.BecomingActiveControl); 1422get => GetExtendedState(ExtendedStates.TopMDIWindowClosing); 1432get => GetExtendedState(ExtendedStates.CurrentlyBeingScaled); 2061if (GetExtendedState(ExtendedStates.UserPreferredSizeCache)) 2089if (GetExtendedState(ExtendedStates.UserPreferredSizeCache) && proposedSize == LayoutUtils.s_maxSize) 2332internal bool IsActiveX => GetExtendedState(ExtendedStates.IsActiveX); 7312&& GetExtendedState(ExtendedStates.SetScrollPosition) 7313&& !GetExtendedState(ExtendedStates.HaveInvoked)) 8365if (_cachedLayoutEventArgs is null || GetExtendedState(ExtendedStates.ClearLayoutArgs)) 8368if (GetExtendedState(ExtendedStates.ClearLayoutArgs)) 8556if (!GetExtendedState(ExtendedStates.UiCues)) 8654if (target.GetExtendedState(ExtendedStates.InputKey) || target.IsInputKey(keyData)) 8663if (target.GetExtendedState(ExtendedStates.InputChar) || target.IsInputChar((char)(nint)message.WParamInternal)) 11402if (!GetExtendedState(ExtendedStates.MaintainsOwnCaptureMode)) 12482if (GetExtendedState(ExtendedStates.InterestedInUserPreferenceChanged) && GetTopLevel()) 12532if (GetExtendedState(ExtendedStates.InterestedInUserPreferenceChanged) && GetTopLevel())