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. 415/// Clears the <see cref="Clipboard"/> and then adds data in the <see cref="DataFormats.WaveAudio"/> format. 420/// Clears the <see cref="Clipboard"/> and then adds data in the <see cref="DataFormats.WaveAudio"/> format.
System\Windows\Forms\OLE\DataObject.cs (1)
211public virtual Stream? GetAudioStream() => GetData(DataFormats.WaveAudio, autoConvert: false) as Stream;