3 references to PARAFORMAT_NUMBERING
System.Windows.Forms (2)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (2)
755
if (pf.wNumbering ==
PARAFORMAT_NUMBERING
.PFN_BULLET)
785
pf.wNumbering =
PARAFORMAT_NUMBERING
.PFN_BULLET;
System.Windows.Forms.Primitives (1)
Interop\Richedit\Interop.PARAFORMAT.cs (1)
15
public
PARAFORMAT_NUMBERING
wNumbering;