5 references to ItemGetIsSelectable
PresentationFramework (5)
System\Windows\Controls\Primitives\Selector.cs (5)
1428selectable = ItemGetIsSelectable(item); 1534if (item != null && ItemGetIsSelectable(item)) 1859if (!ItemGetIsSelectable(o)) 1872return ItemGetIsSelectable(data); 2500if (!ItemGetIsSelectable(info)) return false;