5 references to GetDataInternal
PresentationCore (5)
Core\CSharp\System\Windows\Clipboard.cs (5)
187return GetDataInternal(DataFormats.WaveAudio) as Stream; 205return GetDataInternal(format); 218fileDropList = GetDataInternal(DataFormats.FileDrop) as string[]; 232return GetDataInternal(DataFormats.Bitmap) as BitmapSource; 255text = (string)GetDataInternal(DataFormats.ConvertToDataFormats(format));