2 references to TVIS_STATEIMAGEMASK
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\WindowsTreeView.cs (2)
506
int state = GetItemState(hwnd, treeItem, NativeMethods.
TVIS_STATEIMAGEMASK
);
522
treeItem.stateMask = NativeMethods.
TVIS_STATEIMAGEMASK
;