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