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