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