8 references to CurrentOleServicesContext
PresentationCore (8)
System\Windows\clipboard.cs (5)
52int hr = OleServicesContext.CurrentOleServicesContext.OleSetClipboard(null); 141int hr = OleServicesContext.CurrentOleServicesContext.OleFlushClipboard(); 379hr = OleServicesContext.CurrentOleServicesContext.OleIsCurrentClipboard((IComDataObject)data); 483int hr = OleServicesContext.CurrentOleServicesContext.OleSetClipboard(dataObject); 593int hr = OleServicesContext.CurrentOleServicesContext.OleGetClipboard(ref oleDataObject);
System\Windows\DragDrop.cs (3)
456OleServicesContext.CurrentOleServicesContext.OleRegisterDragDrop( 473OleServicesContext.CurrentOleServicesContext.OleRevokeDragDrop( 578OleServicesContext.CurrentOleServicesContext.OleDoDragDrop(