2 references to EM_SETZOOM
System.Windows.Forms (1)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
2677
PInvokeCore.SendMessage(this, PInvokeCore.
EM_SETZOOM
, (WPARAM)numerator, (LPARAM)denominator);
System.Windows.Forms.Tests (1)
System\Windows\Forms\RichTextBoxTests.cs (1)
7726
PInvokeCore.SendMessage(control, PInvokeCore.
EM_SETZOOM
, 2, 10);