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)
72
for (int n = 0; n <
_formatList
.Count; n++)
76
formatItem = (DataFormat)
_formatList
[n];
84
for (int n = 0; n <
_formatList
.Count; n++)
88
formatItem = (DataFormat)
_formatList
[n];
104
index =
_formatList
.Add(new DataFormat(format, formatId));
106
return (DataFormat)
_formatList
[index];
368
for (int n = 0; n <
_formatList
.Count; n++)
370
formatItem = (DataFormat)
_formatList
[n];
390
index =
_formatList
.Add(new DataFormat(sb.ToString(), id));
392
return (DataFormat)
_formatList
[index];
405
if (
_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,