1 instantiation of IndexerPropertyInfo
PresentationFramework (1)
MS\Internal\Data\IndexerPropertyInfo.cs (1)
26static readonly IndexerPropertyInfo _instance = new IndexerPropertyInfo();
4 references to IndexerPropertyInfo
PresentationFramework (4)
MS\Internal\Data\IndexerPropertyInfo.cs (2)
21internal static IndexerPropertyInfo Instance 26static readonly IndexerPropertyInfo _instance = new IndexerPropertyInfo();
MS\Internal\Data\PropertyPathWorker.cs (1)
1310if (k > 0 && _arySVS[k - 1].info == (object)IndexerPropertyInfo.Instance)
System\Windows\PropertyPath.cs (1)
696result = IndexerPropertyInfo.Instance;