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