1 write to _formatList
PresentationCore (1)
Core\CSharp\System\Windows\DataFormats.cs (1)
443_formatList = new ArrayList(19);
30 references to _formatList
PresentationCore (30)
Core\CSharp\System\Windows\DataFormats.cs (30)
90for (int n = 0; n < _formatList.Count; n++) 94formatItem = (DataFormat)_formatList[n]; 102for (int n = 0; n < _formatList.Count; n++) 106formatItem = (DataFormat)_formatList[n]; 125index = _formatList.Add(new DataFormat(format, formatId)); 127return (DataFormat)_formatList[index]; 396for (int n = 0; n < _formatList.Count; n++) 398formatItem = (DataFormat)_formatList[n]; 418index = _formatList.Add(new DataFormat(sb.ToString(), id)); 420return (DataFormat)_formatList[index]; 440if (_formatList == null) 445_formatList.Add(new DataFormat(UnicodeText, NativeMethods.CF_UNICODETEXT)); 446_formatList.Add(new DataFormat(Text, NativeMethods.CF_TEXT)); 447_formatList.Add(new DataFormat(Bitmap, NativeMethods.CF_BITMAP)); 448_formatList.Add(new DataFormat(MetafilePicture, NativeMethods.CF_METAFILEPICT)); 449_formatList.Add(new DataFormat(EnhancedMetafile, NativeMethods.CF_ENHMETAFILE)); 450_formatList.Add(new DataFormat(Dif, NativeMethods.CF_DIF)); 451_formatList.Add(new DataFormat(Tiff, NativeMethods.CF_TIFF)); 452_formatList.Add(new DataFormat(OemText, NativeMethods.CF_OEMTEXT)); 453_formatList.Add(new DataFormat(Dib, NativeMethods.CF_DIB)); 454_formatList.Add(new DataFormat(Palette, NativeMethods.CF_PALETTE)); 455_formatList.Add(new DataFormat(PenData, NativeMethods.CF_PENDATA)); 456_formatList.Add(new DataFormat(Riff, NativeMethods.CF_RIFF)); 457_formatList.Add(new DataFormat(WaveAudio, NativeMethods.CF_WAVE)); 458_formatList.Add(new DataFormat(SymbolicLink, NativeMethods.CF_SYLK)); 459_formatList.Add(new DataFormat(FileDrop, NativeMethods.CF_HDROP)); 460_formatList.Add(new DataFormat(Locale, NativeMethods.CF_LOCALE)); 464_formatList.Add(new DataFormat(Xaml,xamlFormatId)); 473_formatList.Add(new DataFormat(ApplicationTrust, applicationTrustFormatId)); 480_formatList.Add(new DataFormat(System.Windows.Ink.StrokeCollection.InkSerializedFormat,