2 references to TMPF_FIXED_PITCH
System.Windows.Forms (1)
System\Windows\Forms\Layout\Containers\ContainerControl.cs (1)
727
if ((tm.tmPitchAndFamily & TMPF_FLAGS.
TMPF_FIXED_PITCH
) != 0)
System.Windows.Forms.Primitives (1)
System\Windows\Forms\VisualStyles\TextMetricsPitchAndFamilyValues.cs (1)
9
FixedPitch = TMPF_FLAGS.
TMPF_FIXED_PITCH
,