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