3 implementations of Id
PresentationCore (1)
System\Windows\DataFormat.cs (1)
37public int Id { get; }
System.Private.Windows.Core.Tests (1)
System\Private\Windows\Ole\TestFormat.cs (1)
15public int Id { get; }
System.Windows.Forms (1)
System\Windows\Forms\OLE\DataFormats.Format.cs (1)
33public 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)
295cfFormat = (ushort)DataFormatsCore<TDataFormat>.GetOrAddFormat(request.Format).Id, 353cfFormat = (ushort)DataFormatsCore<TDataFormat>.GetOrAddFormat(request.Format).Id, 638cfFormat = (ushort)(DataFormatsCore<TDataFormat>.GetOrAddFormat(format).Id),
System\Private\Windows\Ole\DataFormatsCore.cs (1)
123if (format.Id == id)