5 references to ItemGetIsSelectable
PresentationFramework (5)
System\Windows\Controls\Primitives\Selector.cs (5)
1439selectable = ItemGetIsSelectable(item); 1545if (item != null && ItemGetIsSelectable(item)) 1869if (!ItemGetIsSelectable(o)) 1882return ItemGetIsSelectable(data); 2510if (!ItemGetIsSelectable(info)) return false;