5 references to ItemGetIsSelectable
PresentationFramework (5)
System\Windows\Controls\Primitives\Selector.cs (5)
1426selectable = ItemGetIsSelectable(item); 1532if (item != null && ItemGetIsSelectable(item)) 1857if (!ItemGetIsSelectable(o)) 1870return ItemGetIsSelectable(data); 2497if (!ItemGetIsSelectable(info)) return false;