1 instantiation of EXTLOGPEN32
System.Windows.Forms.Primitives.TestUtilities (1)
Metafiles\RecordTypes\EMREXTCREATEPEN.cs (1)
38public static implicit operator EXTLOGPEN32(LOGPEN logPen) => new()
4 references to EXTLOGPEN32
System.Windows.Forms.Primitives.TestUtilities (4)
DeviceContextState.cs (2)
63public EXTLOGPEN32 SelectedPen { get => _currentState.SelectedPen; set => _currentState.SelectedPen = value; } 80public EXTLOGPEN32 SelectedPen { get; set; }
Metafiles\RecordTypes\EMREXTCREATEPEN.cs (2)
21public EXTLOGPEN32 elp; // The extended pen with the style array. 38public static implicit operator EXTLOGPEN32(LOGPEN logPen) => new()