2 writes to seltyp
System.Windows.Forms.Tests (2)
System\Windows\Forms\RichTextBoxTests.cs (2)
10183
seltyp
= (RICH_EDIT_GET_CONTEXT_MENU_SEL_TYPE)selectionType
10417
seltyp
= (RICH_EDIT_GET_CONTEXT_MENU_SEL_TYPE)selectionType
2 references to seltyp
System.Windows.Forms (1)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
3383
short selType = (short)selChange.
seltyp
;
System.Windows.Forms.Interop.Tests (1)
RichTextBoxTests.cs (1)
149
Assert.Equal(RICH_EDIT_GET_CONTEXT_MENU_SEL_TYPE.SEL_MULTICHAR, value.
seltyp
);