3 references to EM_GETLINECOUNT
System.Windows.Forms (2)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
2920
PInvokeCore.SendMessage(this, PInvokeCore.
EM_GETLINECOUNT
);
System\Windows\Forms\Controls\TextBox\TextBoxBase.TextBoxBaseUiaTextProvider.cs (1)
235
? (int)PInvokeCore.SendMessage(Owner, PInvokeCore.
EM_GETLINECOUNT
)
System.Windows.Forms.Tests (1)
System\Windows\Forms\ComboBox.ComboBoxUiaTextProviderTests.cs (1)
1131
int actualValue = (int)PInvokeCore.SendMessage((IHandle<HWND>)comboBox.TestAccessor().Dynamic._childEdit, PInvokeCore.
EM_GETLINECOUNT
);