1 write to Value
System.Private.Windows.GdiPlus (1)
Windows.Win32.CGpEffect.g.cs (1)
29 internal CGpEffect(nint value) => this.Value = value;
7 references to Value
System.Private.Windows.GdiPlus (7)
Windows.Win32.CGpEffect.g.cs (7)
31 public static implicit operator nint(CGpEffect value) => value.Value; 35 public static bool operator ==(CGpEffect left, CGpEffect right) => left.Value == right.Value; 39 public bool Equals(CGpEffect other) => this.Value == other.Value; 43 public override int GetHashCode() => this.Value.GetHashCode(); 45 public override string ToString() => $"0x{this.Value:x}";