8 references to CurrentOleServicesContext
PresentationCore (8)
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(