3 implementations of Id
PresentationCore (1)
System\Windows\DataFormat.cs (1)
37
public int
Id
{ get; }
System.Private.Windows.Core.Tests (1)
System\Private\Windows\Ole\TestFormat.cs (1)
15
public int
Id
{ get; }
System.Windows.Forms (1)
System\Windows\Forms\OLE\DataFormats.Format.cs (1)
33
public int
Id
{ get; }
5 references to Id
System.Private.Windows.Core (5)
System\Private\Windows\Ole\Composition.ManagedToNativeAdapter.cs (1)
236
(format) => DataFormatsCore<TDataFormat>.GetOrAddFormat(format).
Id
));
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (3)
295
cfFormat = (ushort)DataFormatsCore<TDataFormat>.GetOrAddFormat(request.Format).
Id
,
353
cfFormat = (ushort)DataFormatsCore<TDataFormat>.GetOrAddFormat(request.Format).
Id
,
638
cfFormat = (ushort)(DataFormatsCore<TDataFormat>.GetOrAddFormat(format).
Id
),
System\Private\Windows\Ole\DataFormatsCore.cs (1)
123
if (format.
Id
== id)