3 references to GetRepresentativeItem
PresentationFramework (3)
src\Framework\System\Windows\Controls\Primitives\Selector.cs (1)
590BindingExpression bindingExpr = PrepareItemValueBinding(Items.GetRepresentativeItem());
src\Framework\System\Windows\Data\CollectionView.cs (2)
1481else if ((item = GetRepresentativeItem()) != null) 1569object item = GetRepresentativeItem();