1 instantiation of OleServicesContext
PresentationCore (1)
Core\CSharp\System\Windows\OleServicesContext.cs (1)
93
oleServicesContext = new
OleServicesContext
();
13 references to OleServicesContext
PresentationCore (13)
Core\CSharp\System\Windows\Clipboard.cs (5)
73
int hr =
OleServicesContext
.CurrentOleServicesContext.OleSetClipboard(null);
166
int hr =
OleServicesContext
.CurrentOleServicesContext.OleFlushClipboard();
441
hr =
OleServicesContext
.CurrentOleServicesContext.OleIsCurrentClipboard((IComDataObject)data);
583
int hr =
OleServicesContext
.CurrentOleServicesContext.OleSetClipboard(dataObject);
773
int hr =
OleServicesContext
.CurrentOleServicesContext.OleGetClipboard(ref oleDataObject);
Core\CSharp\System\Windows\DragDrop.cs (3)
493
OleServicesContext
.CurrentOleServicesContext.OleRegisterDragDrop(
517
OleServicesContext
.CurrentOleServicesContext.OleRevokeDragDrop(
623
OleServicesContext
.CurrentOleServicesContext.OleDoDragDrop(
Core\CSharp\System\Windows\OleServicesContext.cs (5)
81
internal static
OleServicesContext
CurrentOleServicesContext
85
OleServicesContext
oleServicesContext;
88
oleServicesContext = (
OleServicesContext
)Thread.GetData(
OleServicesContext
._threadDataSlot);
96
Thread.SetData(
OleServicesContext
._threadDataSlot, oleServicesContext);