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); 7276&& GetExtendedState(ExtendedStates.SetScrollPosition) 7277&& !GetExtendedState(ExtendedStates.HaveInvoked)) 8332if (_cachedLayoutEventArgs is null || GetExtendedState(ExtendedStates.ClearLayoutArgs)) 8335if (GetExtendedState(ExtendedStates.ClearLayoutArgs)) 8523if (!GetExtendedState(ExtendedStates.UiCues)) 8621if (target.GetExtendedState(ExtendedStates.InputKey) || target.IsInputKey(keyData)) 8630if (target.GetExtendedState(ExtendedStates.InputChar) || target.IsInputChar((char)(nint)message.WParamInternal)) 11380if (!GetExtendedState(ExtendedStates.MaintainsOwnCaptureMode)) 12464if (GetExtendedState(ExtendedStates.InterestedInUserPreferenceChanged) && GetTopLevel()) 12514if (GetExtendedState(ExtendedStates.InterestedInUserPreferenceChanged) && GetTopLevel())