1 write to Value
System.Windows.Forms.Primitives (1)
Windows.Win32.FARPROC.g.cs (1)
27 internal FARPROC(IntPtr value) => this.Value = value;
10 references to Value
System.Windows.Forms.Primitives (9)
Windows.Win32.FARPROC.g.cs (9)
31 internal bool IsNull => Value == default; 33 public static implicit operator IntPtr(FARPROC value) => value.Value; 37 public static bool operator ==(FARPROC left, FARPROC right) => left.Value == right.Value; 41 public bool Equals(FARPROC other) => this.Value == other.Value; 45 public override int GetHashCode() => this.Value.GetHashCode(); 47 public override string ToString() => $"0x{this.Value:x}"; 49 internal TDelegate CreateDelegate<TDelegate>()where TDelegate : Delegate => Marshal.GetDelegateForFunctionPointer<TDelegate>(this.Value);
System.Windows.Forms.Primitives.TestUtilities (1)
Windows\Win32\System\Com\ComClassFactory.cs (1)
43((delegate* unmanaged<Guid*, Guid*, void**, HRESULT>)proc.Value)(