2 references to EM_GETZOOM
System.Windows.Forms (1)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
1454
PInvokeCore.SendMessage(this, PInvokeCore.
EM_GETZOOM
, (WPARAM)(&numerator), ref denominator);
System.Windows.Forms.Tests (1)
System\Windows\Forms\RichTextBoxTests.cs (1)
7760
if (m.Msg == (int)PInvokeCore.
EM_GETZOOM
)