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