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)) 8448if (_cachedLayoutEventArgs is null || GetExtendedState(ExtendedStates.ClearLayoutArgs)) 8451if (GetExtendedState(ExtendedStates.ClearLayoutArgs)) 8639if (!GetExtendedState(ExtendedStates.UiCues)) 8737if (target.GetExtendedState(ExtendedStates.InputKey) || target.IsInputKey(keyData)) 8746if (target.GetExtendedState(ExtendedStates.InputChar) || target.IsInputChar((char)(nint)message.WParamInternal)) 11519if (!GetExtendedState(ExtendedStates.MaintainsOwnCaptureMode)) 12599if (GetExtendedState(ExtendedStates.InterestedInUserPreferenceChanged) && GetTopLevel()) 12649if (GetExtendedState(ExtendedStates.InterestedInUserPreferenceChanged) && GetTopLevel())