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)
19public 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)
245(format) => DataFormatsCore<TDataFormat>.GetOrAddFormat(format).Id));
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (3)
365cfFormat = (ushort)DataFormatsCore<TDataFormat>.GetOrAddFormat(request.Format).Id, 430cfFormat = (ushort)DataFormatsCore<TDataFormat>.GetOrAddFormat(request.Format).Id, 725cfFormat = (ushort)(DataFormatsCore<TDataFormat>.GetOrAddFormat(format).Id),
System\Private\Windows\Ole\DataFormatsCore.cs (1)
131if (format.Id == id)