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