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