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