13 writes to cfFormat
PresentationCore (5)
Core\CSharp\System\Windows\DataObject.cs (5)
2636temp.cfFormat = (short)DataFormats.GetDataFormat(format).Id; 3075formatetc.cfFormat = (short)DataFormats.GetDataFormat(format).Id; 3243formatetc.cfFormat = (short)DataFormats.GetDataFormat(format).Id; 3305formatetc.cfFormat = (short)DataFormats.GetDataFormat(format).Id; 3637formatetc.cfFormat = (short)DataFormats.GetDataFormat(format).Id;
System.Windows.Forms (7)
winforms\Managed\System\WinForms\DataObject.cs (7)
1241temp.cfFormat = currentFormat.cfFormat; 1276temp.cfFormat = unchecked((short)(ushort)(DataFormats.GetFormat(format).Id)); 1315rgelt[0].cfFormat = current.cfFormat; 1392formatetc.cfFormat = unchecked((short)(ushort)(DataFormats.GetFormat(format).Id)); 1539formatetc.cfFormat = unchecked((short)(ushort)(DataFormats.GetFormat(format).Id)); 1597formatetc.cfFormat = unchecked((short)(ushort)(DataFormats.GetFormat(format).Id)); 1987formatetc.cfFormat = unchecked((short)(ushort)(DataFormats.GetFormat(format).Id));
WsatUI (1)
MMCUI\WSATPropertySheet.cs (1)
145formatEtc.cfFormat = (short)System.Windows.Forms.DataFormats.GetFormat(resourceName).Id;
11 references to cfFormat
PresentationCore (4)
Core\CSharp\System\Windows\DataObject.cs (4)
920if (formatetc.cfFormat == 0) 926if (!GetDataPresent(DataFormats.GetDataFormat(formatetc.cfFormat).Name)) 1729format = DataFormats.GetDataFormat(formatetc.cfFormat).Name; 2862name = DataFormats.GetDataFormat(formatetc[0].cfFormat).Name;
System.Windows.Forms (7)
winforms\Managed\System\WinForms\Clipboard.cs (1)
73short format = formats[i].cfFormat;
winforms\Managed\System\WinForms\DataObject.cs (6)
598string format = DataFormats.GetFormat(formatetc.cfFormat).Name; 823if (formatetc.cfFormat == 0) { 828if (!GetDataPresent(DataFormats.GetFormat(formatetc.cfFormat).Name)) { 1241temp.cfFormat = currentFormat.cfFormat; 1315rgelt[0].cfFormat = current.cfFormat; 2063string name = DataFormats.GetFormat(formatetc[0].cfFormat).Name;