16 references to GetExtendedState
System.Windows.Forms (16)
System\Windows\Forms\Control.cs (16)
982get => GetExtendedState(ExtendedStates.BecomingActiveControl); 1497get => GetExtendedState(ExtendedStates.TopMDIWindowClosing); 1507get => GetExtendedState(ExtendedStates.CurrentlyBeingScaled); 2136if (GetExtendedState(ExtendedStates.UserPreferredSizeCache)) 2164if (GetExtendedState(ExtendedStates.UserPreferredSizeCache) && proposedSize == LayoutUtils.s_maxSize) 2407internal bool IsActiveX => GetExtendedState(ExtendedStates.IsActiveX); 7377&& GetExtendedState(ExtendedStates.SetScrollPosition) 7378&& !GetExtendedState(ExtendedStates.HaveInvoked)) 8434if (_cachedLayoutEventArgs is null || GetExtendedState(ExtendedStates.ClearLayoutArgs)) 8437if (GetExtendedState(ExtendedStates.ClearLayoutArgs)) 8625if (!GetExtendedState(ExtendedStates.UiCues)) 8723if (target.GetExtendedState(ExtendedStates.InputKey) || target.IsInputKey(keyData)) 8732if (target.GetExtendedState(ExtendedStates.InputChar) || target.IsInputChar((char)(nint)message.WParamInternal)) 11508if (!GetExtendedState(ExtendedStates.MaintainsOwnCaptureMode)) 12588if (GetExtendedState(ExtendedStates.InterestedInUserPreferenceChanged) && GetTopLevel()) 12638if (GetExtendedState(ExtendedStates.InterestedInUserPreferenceChanged) && GetTopLevel())