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)
90
for (int n = 0; n <
_formatList
.Count; n++)
94
formatItem = (DataFormat)
_formatList
[n];
102
for (int n = 0; n <
_formatList
.Count; n++)
106
formatItem = (DataFormat)
_formatList
[n];
125
index =
_formatList
.Add(new DataFormat(format, formatId));
127
return (DataFormat)
_formatList
[index];
396
for (int n = 0; n <
_formatList
.Count; n++)
398
formatItem = (DataFormat)
_formatList
[n];
418
index =
_formatList
.Add(new DataFormat(sb.ToString(), id));
420
return (DataFormat)
_formatList
[index];
440
if (
_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,