3 references to EMRCREATEBRUSHINDIRECT
System.Windows.Forms.Primitives.TestUtilities (3)
Metafiles\EmfRecord.cs (2)
50public EMRCREATEBRUSHINDIRECT* CreateBrushIndirectRecord 51=> Type == ENHANCED_METAFILE_RECORD_TYPE.EMR_CREATEBRUSHINDIRECT ? (EMRCREATEBRUSHINDIRECT*)_lpmr : null;
Metafiles\RecordTypes\EMRCREATEBRUSHINDIRECT.cs (1)
18=> $@"[{nameof(EMRCREATEBRUSHINDIRECT)}] Index: {ihBrush} Style: {lb.lbStyle} Color: {lb.lbColor.ToSystemColorString()}";