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