16 references to GetExtendedState
System.Windows.Forms (16)
System\Windows\Forms\Control.cs (16)
908get => GetExtendedState(ExtendedStates.BecomingActiveControl); 1423get => GetExtendedState(ExtendedStates.TopMDIWindowClosing); 1433get => GetExtendedState(ExtendedStates.CurrentlyBeingScaled); 2062if (GetExtendedState(ExtendedStates.UserPreferredSizeCache)) 2090if (GetExtendedState(ExtendedStates.UserPreferredSizeCache) && proposedSize == LayoutUtils.s_maxSize) 2333internal bool IsActiveX => GetExtendedState(ExtendedStates.IsActiveX); 7316&& GetExtendedState(ExtendedStates.SetScrollPosition) 7317&& !GetExtendedState(ExtendedStates.HaveInvoked)) 8372if (_cachedLayoutEventArgs is null || GetExtendedState(ExtendedStates.ClearLayoutArgs)) 8375if (GetExtendedState(ExtendedStates.ClearLayoutArgs)) 8563if (!GetExtendedState(ExtendedStates.UiCues)) 8661if (target.GetExtendedState(ExtendedStates.InputKey) || target.IsInputKey(keyData)) 8670if (target.GetExtendedState(ExtendedStates.InputChar) || target.IsInputChar((char)(nint)message.WParamInternal)) 11412if (!GetExtendedState(ExtendedStates.MaintainsOwnCaptureMode)) 12495if (GetExtendedState(ExtendedStates.InterestedInUserPreferenceChanged) && GetTopLevel()) 12545if (GetExtendedState(ExtendedStates.InterestedInUserPreferenceChanged) && GetTopLevel())