3 references to IDataObject
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\OleObject.cs (1)
47[PreserveSig]int GetClipboardData(int dwReserved, out IDataObject data);
MS\Internal\AutomationProxies\WindowsRichEdit.cs (2)
584IDataObject dataObject = null; 595dataObject = embeddedObject as IDataObject;