16 references to GetExtendedState
System.Windows.Forms (16)
System\Windows\Forms\Control.cs (16)
1182get => GetExtendedState(ExtendedStates.BecomingActiveControl); 1690get => GetExtendedState(ExtendedStates.TopMDIWindowClosing); 1700get => GetExtendedState(ExtendedStates.CurrentlyBeingScaled); 2329if (GetExtendedState(ExtendedStates.UserPreferredSizeCache)) 2357if (GetExtendedState(ExtendedStates.UserPreferredSizeCache) && proposedSize == LayoutUtils.s_maxSize) 2600internal bool IsActiveX => GetExtendedState(ExtendedStates.IsActiveX); 7994&& GetExtendedState(ExtendedStates.SetScrollPosition) 7995&& !GetExtendedState(ExtendedStates.HaveInvoked)) 9179if (_cachedLayoutEventArgs is null || GetExtendedState(ExtendedStates.ClearLayoutArgs)) 9182if (GetExtendedState(ExtendedStates.ClearLayoutArgs)) 9370if (!GetExtendedState(ExtendedStates.UiCues)) 9468if (target.GetExtendedState(ExtendedStates.InputKey) || target.IsInputKey(keyData)) 9477if (target.GetExtendedState(ExtendedStates.InputChar) || target.IsInputChar((char)(nint)message.WParamInternal)) 12250if (!GetExtendedState(ExtendedStates.MaintainsOwnCaptureMode)) 13334if (GetExtendedState(ExtendedStates.InterestedInUserPreferenceChanged) && GetTopLevel()) 13386if (GetExtendedState(ExtendedStates.InterestedInUserPreferenceChanged) && GetTopLevel())