11 references to Id
System.Windows.Forms (10)
winforms\Managed\System\WinForms\Clipboard.cs (2)
76format != DataFormats.GetFormat("System.String").Id && 77format != DataFormats.GetFormat("Csv").Id) {
winforms\Managed\System\WinForms\DataFormats.cs (1)
256if (formatList[n].Id == id)
winforms\Managed\System\WinForms\DataObject.cs (5)
1276temp.cfFormat = unchecked((short)(ushort)(DataFormats.GetFormat(format).Id)); 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));
winforms\Managed\System\WinForms\RichTextBox.cs (2)
1800b = unchecked( (int) (long)SendMessage(RichTextBoxConstants.EM_CANPASTE, clipFormat.Id, 0)) != 0; 2720UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.EM_PASTESPECIAL, clipFormat.Id, rps);
WsatUI (1)
MMCUI\WSATPropertySheet.cs (1)
145formatEtc.cfFormat = (short)System.Windows.Forms.DataFormats.GetFormat(resourceName).Id;