1 write to _earlyBoundPathParts
PresentationFramework (1)
System\Windows\PropertyPath.cs (1)
515_earlyBoundPathParts = new object[Length];
12 references to _earlyBoundPathParts
PresentationFramework (12)
System\Windows\PropertyPath.cs (12)
166internal bool StartsWithStaticProperty { get { return Length > 0 && IsStaticProperty(_earlyBoundPathParts[0]); } } 240object accessor = _earlyBoundPathParts[k]; 274if (_earlyBoundPathParts[k] == null) 310object accessor = _earlyBoundPathParts[level]; 322IndexerParameterInfo[] parameters = _earlyBoundPathParts[level] as IndexerParameterInfo[]; 339_earlyBoundPathParts[level] = null; 412if (_earlyBoundPathParts[i] != null) 418parameters.Add(_earlyBoundPathParts[i]); 428if (_earlyBoundPathParts[i] != null) 430IndexerParameterInfo[] aryIPI = (IndexerParameterInfo[])_earlyBoundPathParts[i]; 525_earlyBoundPathParts[level] = accessor; 540_earlyBoundPathParts[level] = indexerParams;