1 write to _earlyBoundPathParts
PresentationFramework (1)
src\Framework\System\Windows\PropertyPath.cs (1)
518_earlyBoundPathParts = new object[Length];
12 references to _earlyBoundPathParts
PresentationFramework (12)
src\Framework\System\Windows\PropertyPath.cs (12)
169internal bool StartsWithStaticProperty { get { return Length > 0 && IsStaticProperty(_earlyBoundPathParts[0]); } } 243object accessor = _earlyBoundPathParts[k]; 277if (_earlyBoundPathParts[k] == null) 313object accessor = _earlyBoundPathParts[level]; 325IndexerParameterInfo[] parameters = _earlyBoundPathParts[level] as IndexerParameterInfo[]; 342_earlyBoundPathParts[level] = null; 415if (_earlyBoundPathParts[i] != null) 421parameters.Add(_earlyBoundPathParts[i]); 431if (_earlyBoundPathParts[i] != null) 433IndexerParameterInfo[] aryIPI = (IndexerParameterInfo[])_earlyBoundPathParts[i]; 528_earlyBoundPathParts[level] = accessor; 543_earlyBoundPathParts[level] = indexerParams;