4 references to WaveAudio
System.Windows.Forms (4)
System\Windows\Forms\OLE\Clipboard.cs (3)
83
/// Indicates whether there is data on the Clipboard in the <see cref="DataFormats.
WaveAudio
"/> format.
417
/// Clears the <see cref="Clipboard"/> and then adds data in the <see cref="DataFormats.
WaveAudio
"/> format.
422
/// Clears the <see cref="Clipboard"/> and then adds data in the <see cref="DataFormats.
WaveAudio
"/> format.
System\Windows\Forms\OLE\DataObject.cs (1)
211
public virtual Stream? GetAudioStream() => GetData(DataFormats.
WaveAudio
, autoConvert: false) as Stream;