1 instantiation of OleServicesContext
PresentationCore (1)
System\Windows\OleServicesContext.cs (1)
61oleServicesContext = new OleServicesContext();
7 references to OleServicesContext
PresentationCore (7)
System\Windows\DragDrop.cs (3)
455OleServicesContext.CurrentOleServicesContext.OleRegisterDragDrop( 472OleServicesContext.CurrentOleServicesContext.OleRevokeDragDrop( 577OleServicesContext.CurrentOleServicesContext.OleDoDragDrop(
System\Windows\Ole\WpfOleServices.cs (1)
25public static void EnsureThreadState() => OleServicesContext.EnsureThreadState();
System\Windows\OleServicesContext.cs (3)
51internal static OleServicesContext CurrentOleServicesContext 56OleServicesContext oleServicesContext = (OleServicesContext)Thread.GetData(s_threadDataSlot);