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