6 references to InterestedInUserPreferenceChanged
System.Windows.Forms (6)
System\Windows\Forms\Application.MarshallingControl.cs (1)
19SetExtendedState(ExtendedStates.InterestedInUserPreferenceChanged, false);
System\Windows\Forms\Application.ParkingWindow.cs (1)
25SetExtendedState(ExtendedStates.InterestedInUserPreferenceChanged, false);
System\Windows\Forms\Control.cs (3)
319_extendedState = ExtendedStates.InterestedInUserPreferenceChanged; 12469if (GetExtendedState(ExtendedStates.InterestedInUserPreferenceChanged) && GetTopLevel()) 12519if (GetExtendedState(ExtendedStates.InterestedInUserPreferenceChanged) && GetTopLevel())
System\Windows\Forms\SendKeys\SendKeys.SKWindow.cs (1)
16SetExtendedState(ExtendedStates.InterestedInUserPreferenceChanged, false);