3 references to IDataObject
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\OleObject.cs (1)
58
[PreserveSig]int GetClipboardData(int dwReserved, out
IDataObject
data);
MS\Internal\AutomationProxies\WindowsRichEdit.cs (2)
630
IDataObject
dataObject = null;
641
dataObject = embeddedObject as
IDataObject
;