1 write to _formatList
PresentationCore (1)
System\Windows\DataFormats.cs (1)
412_formatList = new ArrayList(19);
30 references to _formatList
PresentationCore (30)
System\Windows\DataFormats.cs (30)
76for (int n = 0; n < _formatList.Count; n++) 80formatItem = (DataFormat)_formatList[n]; 88for (int n = 0; n < _formatList.Count; n++) 92formatItem = (DataFormat)_formatList[n]; 108index = _formatList.Add(new DataFormat(format, formatId)); 110return (DataFormat)_formatList[index]; 372for (int n = 0; n < _formatList.Count; n++) 374formatItem = (DataFormat)_formatList[n]; 394index = _formatList.Add(new DataFormat(sb.ToString(), id)); 396return (DataFormat)_formatList[index]; 409if (_formatList == null) 414_formatList.Add(new DataFormat(UnicodeText, NativeMethods.CF_UNICODETEXT)); 415_formatList.Add(new DataFormat(Text, NativeMethods.CF_TEXT)); 416_formatList.Add(new DataFormat(Bitmap, NativeMethods.CF_BITMAP)); 417_formatList.Add(new DataFormat(MetafilePicture, NativeMethods.CF_METAFILEPICT)); 418_formatList.Add(new DataFormat(EnhancedMetafile, NativeMethods.CF_ENHMETAFILE)); 419_formatList.Add(new DataFormat(Dif, NativeMethods.CF_DIF)); 420_formatList.Add(new DataFormat(Tiff, NativeMethods.CF_TIFF)); 421_formatList.Add(new DataFormat(OemText, NativeMethods.CF_OEMTEXT)); 422_formatList.Add(new DataFormat(Dib, NativeMethods.CF_DIB)); 423_formatList.Add(new DataFormat(Palette, NativeMethods.CF_PALETTE)); 424_formatList.Add(new DataFormat(PenData, NativeMethods.CF_PENDATA)); 425_formatList.Add(new DataFormat(Riff, NativeMethods.CF_RIFF)); 426_formatList.Add(new DataFormat(WaveAudio, NativeMethods.CF_WAVE)); 427_formatList.Add(new DataFormat(SymbolicLink, NativeMethods.CF_SYLK)); 428_formatList.Add(new DataFormat(FileDrop, NativeMethods.CF_HDROP)); 429_formatList.Add(new DataFormat(Locale, NativeMethods.CF_LOCALE)); 433_formatList.Add(new DataFormat(Xaml,xamlFormatId)); 442_formatList.Add(new DataFormat(ApplicationTrust, applicationTrustFormatId)); 449_formatList.Add(new DataFormat(System.Windows.Ink.StrokeCollection.InkSerializedFormat,