8 references to flags
System.Windows.Forms (8)
winforms\Managed\System\WinForms\TreeView.cs (8)
1789
TreeViewHitTestLocations loc = (TreeViewHitTestLocations)tvhi.
flags
;
2169
if (hnode != IntPtr.Zero && ((tvhip.
flags
& NativeMethods.TVHT_ONITEM) != 0)) {
2910
if (hnode != IntPtr.Zero && ((tvhip.
flags
& NativeMethods.TVHT_ONITEM) != 0)) {
2944
if (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) {
3263
if ((tvhip.
flags
& NativeMethods.TVHT_ONITEMSTATEICON) != 0) {