6 references to TryGetData
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\MyServices\ClipboardProxy.vb (1)
203Return Clipboard.TryGetData(format, data)
System.Windows.Forms (5)
System\Windows\Forms\OLE\Clipboard.cs (2)
355/// <inheritdoc cref="TryGetData{T}(string, out T)"/> 357[NotNullWhen(true), MaybeNullWhen(false)] out T data) => TryGetData(typeof(T).FullName!, out data);
System\Windows\Forms\OLE\DataObject.cs (1)
66/// <see cref="Clipboard.TryGetData{T}(string, out T)"/> will throw <see cref="NotSupportedException"/>
System\Windows\Forms\OLE\IDataObject.cs (1)
17/// such as <see cref="Clipboard.TryGetData{T}(string, out T)"/>, will throw a <see cref="NotSupportedException"/>.
System\Windows\Forms\OLE\ITypedDataObject.cs (1)
14/// Implement this interface to use your data object with <see cref="Clipboard.TryGetData{T}(string, out T)"/>