2 references to tmPitchAndFamily
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\TextMetrics.cs (1)
68
PitchAndFamily = (TextMetricsPitchAndFamilyValues)metrics.
tmPitchAndFamily
,