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); 7315&& GetExtendedState(ExtendedStates.SetScrollPosition) 7316&& !GetExtendedState(ExtendedStates.HaveInvoked)) 8371if (_cachedLayoutEventArgs is null || GetExtendedState(ExtendedStates.ClearLayoutArgs)) 8374if (GetExtendedState(ExtendedStates.ClearLayoutArgs)) 8562if (!GetExtendedState(ExtendedStates.UiCues)) 8660if (target.GetExtendedState(ExtendedStates.InputKey) || target.IsInputKey(keyData)) 8669if (target.GetExtendedState(ExtendedStates.InputChar) || target.IsInputChar((char)(nint)message.WParamInternal)) 11411if (!GetExtendedState(ExtendedStates.MaintainsOwnCaptureMode)) 12494if (GetExtendedState(ExtendedStates.InterestedInUserPreferenceChanged) && GetTopLevel()) 12544if (GetExtendedState(ExtendedStates.InterestedInUserPreferenceChanged) && GetTopLevel())