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