1 write to _formatList
PresentationCore (1)
System\Windows\DataFormats.cs (1)
408_formatList = new ArrayList(19);
30 references to _formatList
PresentationCore (30)
System\Windows\DataFormats.cs (30)
72for (int n = 0; n < _formatList.Count; n++) 76formatItem = (DataFormat)_formatList[n]; 84for (int n = 0; n < _formatList.Count; n++) 88formatItem = (DataFormat)_formatList[n]; 104index = _formatList.Add(new DataFormat(format, formatId)); 106return (DataFormat)_formatList[index]; 368for (int n = 0; n < _formatList.Count; n++) 370formatItem = (DataFormat)_formatList[n]; 390index = _formatList.Add(new DataFormat(sb.ToString(), id)); 392return (DataFormat)_formatList[index]; 405if (_formatList == null) 410_formatList.Add(new DataFormat(UnicodeText, NativeMethods.CF_UNICODETEXT)); 411_formatList.Add(new DataFormat(Text, NativeMethods.CF_TEXT)); 412_formatList.Add(new DataFormat(Bitmap, NativeMethods.CF_BITMAP)); 413_formatList.Add(new DataFormat(MetafilePicture, NativeMethods.CF_METAFILEPICT)); 414_formatList.Add(new DataFormat(EnhancedMetafile, NativeMethods.CF_ENHMETAFILE)); 415_formatList.Add(new DataFormat(Dif, NativeMethods.CF_DIF)); 416_formatList.Add(new DataFormat(Tiff, NativeMethods.CF_TIFF)); 417_formatList.Add(new DataFormat(OemText, NativeMethods.CF_OEMTEXT)); 418_formatList.Add(new DataFormat(Dib, NativeMethods.CF_DIB)); 419_formatList.Add(new DataFormat(Palette, NativeMethods.CF_PALETTE)); 420_formatList.Add(new DataFormat(PenData, NativeMethods.CF_PENDATA)); 421_formatList.Add(new DataFormat(Riff, NativeMethods.CF_RIFF)); 422_formatList.Add(new DataFormat(WaveAudio, NativeMethods.CF_WAVE)); 423_formatList.Add(new DataFormat(SymbolicLink, NativeMethods.CF_SYLK)); 424_formatList.Add(new DataFormat(FileDrop, NativeMethods.CF_HDROP)); 425_formatList.Add(new DataFormat(Locale, NativeMethods.CF_LOCALE)); 429_formatList.Add(new DataFormat(Xaml,xamlFormatId)); 438_formatList.Add(new DataFormat(ApplicationTrust, applicationTrustFormatId)); 445_formatList.Add(new DataFormat(System.Windows.Ink.StrokeCollection.InkSerializedFormat,