10 references to SetApartmentState
PresentationCore (1)
System\Windows\Input\Stylus\Common\DynamicRendererThreadManager.cs (1)
294
inkingThread.
SetApartmentState
(ApartmentState.STA);
System.Data.OleDb (1)
OleDbConnectionInternal.cs (1)
762
Thread.CurrentThread.
SetApartmentState
(ApartmentState.MTA);
System.DirectoryServices (1)
System\DirectoryServices\DirectoryEntry.cs (1)
524
Thread.CurrentThread.
SetApartmentState
(ApartmentState.MTA);
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\Context.cs (1)
98
Thread.CurrentThread.
SetApartmentState
(ApartmentState.MTA);
System.Management (5)
System\Management\InteropClasses\WMIInterop.cs (5)
1209
thread.
SetApartmentState
(ApartmentState.MTA);
1605
this.thread.
SetApartmentState
(aptState);
1621
this.thread.
SetApartmentState
(aptState);
1637
this.thread.
SetApartmentState
(aptState);
1653
this.thread.
SetApartmentState
(aptState);
System.Windows.Forms (1)
System\Windows\Forms\Printing\PrintControllerWithStatusDialog.BackgroundThread.cs (1)
25
_thread.
SetApartmentState
(ApartmentState.STA);