1 write to _earlyBoundPathParts
PresentationFramework (1)
System\Windows\PropertyPath.cs (1)
514_earlyBoundPathParts = new object[Length];
12 references to _earlyBoundPathParts
PresentationFramework (12)
System\Windows\PropertyPath.cs (12)
165internal bool StartsWithStaticProperty { get { return Length > 0 && IsStaticProperty(_earlyBoundPathParts[0]); } } 239object accessor = _earlyBoundPathParts[k]; 273if (_earlyBoundPathParts[k] == null) 309object accessor = _earlyBoundPathParts[level]; 321IndexerParameterInfo[] parameters = _earlyBoundPathParts[level] as IndexerParameterInfo[]; 338_earlyBoundPathParts[level] = null; 411if (_earlyBoundPathParts[i] != null) 417parameters.Add(_earlyBoundPathParts[i]); 427if (_earlyBoundPathParts[i] != null) 429IndexerParameterInfo[] aryIPI = (IndexerParameterInfo[])_earlyBoundPathParts[i]; 524_earlyBoundPathParts[level] = accessor; 539_earlyBoundPathParts[level] = indexerParams;