3 references to IndexerName
PresentationFramework (3)
MS\Internal\Data\DifferencingCollection.cs (1)
239
OnPropertyChanged(new PropertyChangedEventArgs(System.Windows.Data.Binding.
IndexerName
));
MS\Internal\Data\PropertyPathWorker.cs (1)
438
bool isIndexer = propertyName == Binding.
IndexerName
;
System\Windows\PropertyPath.cs (1)
544
_arySVI[level].propertyName = Binding.
IndexerName
;