6 references to TMPF_FLAGS
System.Windows.Forms (1)
System\Windows\Forms\Layout\Containers\ContainerControl.cs (1)
727if ((tm.tmPitchAndFamily & TMPF_FLAGS.TMPF_FIXED_PITCH) != 0)
System.Windows.Forms.Primitives (5)
System\Windows\Forms\VisualStyles\TextMetricsPitchAndFamilyValues.cs (4)
9FixedPitch = TMPF_FLAGS.TMPF_FIXED_PITCH, 10Vector = TMPF_FLAGS.TMPF_VECTOR, 11TrueType = TMPF_FLAGS.TMPF_TRUETYPE, 12Device = TMPF_FLAGS.TMPF_DEVICE
Windows.Win32.TEXTMETRICW.g.cs (1)
93 internal winmdroot.Graphics.Gdi.TMPF_FLAGS tmPitchAndFamily;