5 references to ItemGetIsSelectable
PresentationFramework (5)
src\Framework\System\Windows\Controls\Primitives\Selector.cs (5)
1457selectable = ItemGetIsSelectable(item); 1565if (item != null && ItemGetIsSelectable(item)) 1889if (!ItemGetIsSelectable(o)) 1902return ItemGetIsSelectable(data); 2555if (!ItemGetIsSelectable(info)) return false;