8 references to CurrentOleServicesContext
PresentationCore (8)
System\Windows\clipboard.cs (5)
60
int hr = OleServicesContext.
CurrentOleServicesContext
.OleSetClipboard(null);
149
int hr = OleServicesContext.
CurrentOleServicesContext
.OleFlushClipboard();
387
hr = OleServicesContext.
CurrentOleServicesContext
.OleIsCurrentClipboard((IComDataObject)data);
491
int hr = OleServicesContext.
CurrentOleServicesContext
.OleSetClipboard(dataObject);
601
int hr = OleServicesContext.
CurrentOleServicesContext
.OleGetClipboard(ref oleDataObject);
System\Windows\DragDrop.cs (3)
463
OleServicesContext.
CurrentOleServicesContext
.OleRegisterDragDrop(
480
OleServicesContext.
CurrentOleServicesContext
.OleRevokeDragDrop(
585
OleServicesContext.
CurrentOleServicesContext
.OleDoDragDrop(