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