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