8 references to GetFormat
System.Windows.Forms (7)
winforms\Managed\System\WinForms\Clipboard.cs (2)
76
format != DataFormats.
GetFormat
("System.String").Id &&
77
format != DataFormats.
GetFormat
("Csv").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));
WsatUI (1)
MMCUI\WSATPropertySheet.cs (1)
145
formatEtc.cfFormat = (short)System.Windows.Forms.DataFormats.
GetFormat
(resourceName).Id;