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