7 instantiations of CHARRANGE
System.Windows.Forms (7)
winforms\Managed\System\WinForms\RichTextBox.cs (7)
1973ft.chrg = new NativeMethods.CHARRANGE(); 2034NativeMethods.CHARRANGE chrg = new NativeMethods.CHARRANGE(); 2122NativeMethods.CHARRANGE chrg = new NativeMethods.CHARRANGE(); // The range of characters we have searched 2128txrg.chrg = new NativeMethods.CHARRANGE(); 3016NativeMethods.CHARRANGE cr = new NativeMethods.CHARRANGE(); 3557es.chrg = new NativeMethods.CHARRANGE(); 3577es.charrange = new NativeMethods.CHARRANGE();
14 references to CHARRANGE
System.Windows.Forms (14)
winforms\Managed\System\WinForms\NativeMethods.cs (5)
5662public CHARRANGE chrg; 5676public CHARRANGE chrg = null; 5700public CHARRANGE chrg; 5719public CHARRANGE charrange = null; 5846public CHARRANGE chrg;
winforms\Managed\System\WinForms\RichTextBox.cs (6)
2034NativeMethods.CHARRANGE chrg = new NativeMethods.CHARRANGE(); 2122NativeMethods.CHARRANGE chrg = new NativeMethods.CHARRANGE(); // The range of characters we have searched 3016NativeMethods.CHARRANGE cr = new NativeMethods.CHARRANGE(); 3365private string CharRangeToString(NativeMethods.CHARRANGE c) { 3957public int GetClipboardData(NativeMethods.CHARRANGE lpchrg, int reco, 4023public int GetContextMenu(short seltype, IntPtr lpoleobj, NativeMethods.CHARRANGE lpchrg, out IntPtr hmenu) {
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (3)
963public static extern IntPtr SendMessage(HandleRef hWnd, int msg, int wParam, NativeMethods.CHARRANGE lParam); 5518int GetClipboardData(NativeMethods.CHARRANGE lpchrg, int reco, IntPtr lplpdataobj); 5524int GetContextMenu(short seltype, IntPtr lpoleobj, NativeMethods.CHARRANGE lpchrg, out IntPtr hmenu);