6 references to TMPF_FLAGS
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 (5)
System\Windows\Forms\VisualStyles\TextMetricsPitchAndFamilyValues.cs (4)
9
FixedPitch =
TMPF_FLAGS
.TMPF_FIXED_PITCH,
10
Vector =
TMPF_FLAGS
.TMPF_VECTOR,
11
TrueType =
TMPF_FLAGS
.TMPF_TRUETYPE,
12
Device =
TMPF_FLAGS
.TMPF_DEVICE
Windows.Win32.TEXTMETRICW.g.cs (1)
93
internal winmdroot.Graphics.Gdi.
TMPF_FLAGS
tmPitchAndFamily;