4 references to EN_PROTECTED
System.Windows.Forms (1)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
3302case PInvoke.EN_PROTECTED:
System.Windows.Forms.Tests (3)
System\Windows\Forms\RichTextBoxTests.cs (3)
10088yield return new object[] { hWnd, (int)PInvoke.EN_PROTECTED }; 10228Marshal.WriteInt32(ptr, IntPtr.Size * 2, (int)PInvoke.EN_PROTECTED); 10464Marshal.WriteInt32(ptr, IntPtr.Size * 2, (int)PInvoke.EN_PROTECTED);