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)
76
for (int n = 0; n <
_formatList
.Count; n++)
80
formatItem = (DataFormat)
_formatList
[n];
88
for (int n = 0; n <
_formatList
.Count; n++)
92
formatItem = (DataFormat)
_formatList
[n];
108
index =
_formatList
.Add(new DataFormat(format, formatId));
110
return (DataFormat)
_formatList
[index];
372
for (int n = 0; n <
_formatList
.Count; n++)
374
formatItem = (DataFormat)
_formatList
[n];
394
index =
_formatList
.Add(new DataFormat(sb.ToString(), id));
396
return (DataFormat)
_formatList
[index];
409
if (
_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,