10 writes to fMask
System.Windows.Forms (10)
winforms\Managed\System\WinForms\Control.cs (1)
8832si.fMask = NativeMethods.SIF_RANGE;
winforms\Managed\System\WinForms\NativeMethods.cs (1)
3220fMask = mask;
winforms\Managed\System\WinForms\Printing\PrintPreviewControl.cs (3)
367si.fMask = NativeMethods.SIF_TRACKPOS; 765info.fMask = NativeMethods.SIF_RANGE | NativeMethods.SIF_PAGE; 771info.fMask = NativeMethods.SIF_RANGE | NativeMethods.SIF_PAGE;
winforms\Managed\System\WinForms\ScrollableControl.cs (1)
990si.fMask = NativeMethods.SIF_TRACKPOS;
winforms\Managed\System\WinForms\ScrollBar.cs (2)
795si.fMask = NativeMethods.SIF_ALL; 894si.fMask = NativeMethods.SIF_TRACKPOS;
winforms\Managed\System\WinForms\ScrollProperties.cs (1)
315si.fMask = NativeMethods.SIF_ALL;
winforms\Managed\System\WinForms\TreeView.cs (1)
2731si.fMask = NativeMethods.SIF_POS;