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