1 write to _arySVI
PresentationFramework (1)
src\Framework\System\Windows\PropertyPath.cs (1)
372_arySVI = parser.Parse(Path);
22 references to _arySVI
PresentationFramework (22)
src\Framework\System\Windows\PropertyPath.cs (22)
155internal int Length { get { return _arySVI.Length; } } 279string name = _arySVI[k].name; 304return _arySVI; 317accessor = ResolvePropertyName(_arySVI[level].name, item, ownerType, context, false); 329parameters = ResolveIndexerParams(_arySVI[level].paramList, context, false); 338_arySVI[level].name = name; 339_arySVI[level].propertyName = name; 340_arySVI[level].type = SourceValueType.Property; 374if (_arySVI.Length == 0) 393for (int i=0; i<_arySVI.Length; ++i) 395switch (_arySVI[i].drillIn) 402if (_arySVI[i].type == SourceValueType.Property) 412switch (_arySVI[i].type) 425builder.Append(_arySVI[i].name); 466builder.Append(_arySVI[i].name); 522if (_arySVI[level].type == SourceValueType.Property) 524string name = _arySVI[level].name; 532_arySVI[level].propertyName = GetPropertyName(accessor); 537_arySVI[level].propertyName = name; 540else if (_arySVI[level].type == SourceValueType.Indexer) 542IndexerParameterInfo[] indexerParams = ResolveIndexerParams(_arySVI[level].paramList, context, throwOnError); 544_arySVI[level].propertyName = Binding.IndexerName;