5 references to GetDataInternal
PresentationCore (5)
System\Windows\clipboard.cs (5)
162return GetDataInternal(DataFormats.WaveAudio) as Stream; 177return GetDataInternal(format); 190fileDropList = GetDataInternal(DataFormats.FileDrop) as string[]; 204return GetDataInternal(DataFormats.Bitmap) as BitmapSource; 227text = (string)GetDataInternal(DataFormats.ConvertToDataFormats(format));