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