7 writes to rgxTabs
System.Windows.Forms (7)
winforms\Managed\System\WinForms\RichTextBox.cs (7)
829
pf.
rgxTabs
= new int[RichTextBoxConstants.MAX_TAB_STOPS];
900
pf.
rgxTabs
= new int[RichTextBoxConstants.MAX_TAB_STOPS];
1111
pf.
rgxTabs
= new int[RichTextBoxConstants.MAX_TAB_STOPS];
1152
pf.
rgxTabs
= new int[RichTextBoxConstants.MAX_TAB_STOPS];
1281
pf.
rgxTabs
= new int[RichTextBoxConstants.MAX_TAB_STOPS];
1321
pf.
rgxTabs
= new int[RichTextBoxConstants.MAX_TAB_STOPS];
1342
pf.
rgxTabs
= new int[RichTextBoxConstants.MAX_TAB_STOPS];
2 references to rgxTabs
System.Windows.Forms (2)
winforms\Managed\System\WinForms\RichTextBox.cs (2)
1330
selTabs[x] = Twip2Pixel(IntPtr.Zero, pf.
rgxTabs
[x], true);
1351
pf.
rgxTabs
[x] = Pixel2Twip(IntPtr.Zero, value[x], true);