16 references to GetExtendedState
System.Windows.Forms (16)
System\Windows\Forms\Control.cs (16)
909get => GetExtendedState(ExtendedStates.BecomingActiveControl); 1424get => GetExtendedState(ExtendedStates.TopMDIWindowClosing); 1434get => GetExtendedState(ExtendedStates.CurrentlyBeingScaled); 2063if (GetExtendedState(ExtendedStates.UserPreferredSizeCache)) 2091if (GetExtendedState(ExtendedStates.UserPreferredSizeCache) && proposedSize == LayoutUtils.s_maxSize) 2334internal bool IsActiveX => GetExtendedState(ExtendedStates.IsActiveX); 7317&& GetExtendedState(ExtendedStates.SetScrollPosition) 7318&& !GetExtendedState(ExtendedStates.HaveInvoked)) 8373if (_cachedLayoutEventArgs is null || GetExtendedState(ExtendedStates.ClearLayoutArgs)) 8376if (GetExtendedState(ExtendedStates.ClearLayoutArgs)) 8564if (!GetExtendedState(ExtendedStates.UiCues)) 8662if (target.GetExtendedState(ExtendedStates.InputKey) || target.IsInputKey(keyData)) 8671if (target.GetExtendedState(ExtendedStates.InputChar) || target.IsInputChar((char)(nint)message.WParamInternal)) 11413if (!GetExtendedState(ExtendedStates.MaintainsOwnCaptureMode)) 12496if (GetExtendedState(ExtendedStates.InterestedInUserPreferenceChanged) && GetTopLevel()) 12546if (GetExtendedState(ExtendedStates.InterestedInUserPreferenceChanged) && GetTopLevel())