1 instantiation of OleServicesContext
PresentationCore (1)
System\Windows\OleServicesContext.cs (1)
80
oleServicesContext = new
OleServicesContext
();
13 references to OleServicesContext
PresentationCore (13)
System\Windows\clipboard.cs (5)
52
int hr =
OleServicesContext
.CurrentOleServicesContext.OleSetClipboard(null);
141
int hr =
OleServicesContext
.CurrentOleServicesContext.OleFlushClipboard();
379
hr =
OleServicesContext
.CurrentOleServicesContext.OleIsCurrentClipboard((IComDataObject)data);
483
int hr =
OleServicesContext
.CurrentOleServicesContext.OleSetClipboard(dataObject);
593
int hr =
OleServicesContext
.CurrentOleServicesContext.OleGetClipboard(ref oleDataObject);
System\Windows\DragDrop.cs (3)
456
OleServicesContext
.CurrentOleServicesContext.OleRegisterDragDrop(
473
OleServicesContext
.CurrentOleServicesContext.OleRevokeDragDrop(
578
OleServicesContext
.CurrentOleServicesContext.OleDoDragDrop(
System\Windows\OleServicesContext.cs (5)
68
internal static
OleServicesContext
CurrentOleServicesContext
72
OleServicesContext
oleServicesContext;
75
oleServicesContext = (
OleServicesContext
)Thread.GetData(
OleServicesContext
._threadDataSlot);
83
Thread.SetData(
OleServicesContext
._threadDataSlot, oleServicesContext);