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