3 references to GetRepresentativeItem
PresentationFramework (3)
System\Windows\Controls\Primitives\Selector.cs (1)
567BindingExpression bindingExpr = PrepareItemValueBinding(Items.GetRepresentativeItem());
System\Windows\Data\CollectionView.cs (2)
1453else if ((item = GetRepresentativeItem()) != null) 1541object item = GetRepresentativeItem();