16 references to GetExtendedState
System.Windows.Forms (16)
System\Windows\Forms\Control.cs (16)
1003get => GetExtendedState(ExtendedStates.BecomingActiveControl); 1511get => GetExtendedState(ExtendedStates.TopMDIWindowClosing); 1521get => GetExtendedState(ExtendedStates.CurrentlyBeingScaled); 2150if (GetExtendedState(ExtendedStates.UserPreferredSizeCache)) 2178if (GetExtendedState(ExtendedStates.UserPreferredSizeCache) && proposedSize == LayoutUtils.s_maxSize) 2421internal bool IsActiveX => GetExtendedState(ExtendedStates.IsActiveX); 7393&& GetExtendedState(ExtendedStates.SetScrollPosition) 7394&& !GetExtendedState(ExtendedStates.HaveInvoked)) 8450if (_cachedLayoutEventArgs is null || GetExtendedState(ExtendedStates.ClearLayoutArgs)) 8453if (GetExtendedState(ExtendedStates.ClearLayoutArgs)) 8641if (!GetExtendedState(ExtendedStates.UiCues)) 8739if (target.GetExtendedState(ExtendedStates.InputKey) || target.IsInputKey(keyData)) 8748if (target.GetExtendedState(ExtendedStates.InputChar) || target.IsInputChar((char)(nint)message.WParamInternal)) 11521if (!GetExtendedState(ExtendedStates.MaintainsOwnCaptureMode)) 12601if (GetExtendedState(ExtendedStates.InterestedInUserPreferenceChanged) && GetTopLevel()) 12651if (GetExtendedState(ExtendedStates.InterestedInUserPreferenceChanged) && GetTopLevel())