8 references to flags
System.Windows.Forms (8)
winforms\Managed\System\WinForms\TreeView.cs (8)
1789TreeViewHitTestLocations loc = (TreeViewHitTestLocations)tvhi.flags; 2169if (hnode != IntPtr.Zero && ((tvhip.flags & NativeMethods.TVHT_ONITEM) != 0)) { 2910if (hnode != IntPtr.Zero && ((tvhip.flags & NativeMethods.TVHT_ONITEM) != 0)) { 2944if (hnode != IntPtr.Zero && ((tvhip.flags & NativeMethods.TVHT_ONITEM) != 0)) { 3024|| (tvhip.flags & NativeMethods.TVHT_ONITEM) != 0) { 3033|| (tvhip.flags & NativeMethods.TVHT_ONITEM) != 0 || FullRowSelect) { 3056|| (tvhip.flags & NativeMethods.TVHT_ONITEM) != 0) { 3263if ((tvhip.flags & NativeMethods.TVHT_ONITEMSTATEICON) != 0) {