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)
584
IDataObject
dataObject = null;
595
dataObject = embeddedObject as
IDataObject
;