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)
166
internal bool StartsWithStaticProperty { get { return Length > 0 && IsStaticProperty(
_earlyBoundPathParts
[0]); } }
240
object accessor =
_earlyBoundPathParts
[k];
274
if (
_earlyBoundPathParts
[k] == null)
310
object accessor =
_earlyBoundPathParts
[level];
322
IndexerParameterInfo[] parameters =
_earlyBoundPathParts
[level] as IndexerParameterInfo[];
339
_earlyBoundPathParts
[level] = null;
412
if (
_earlyBoundPathParts
[i] != null)
418
parameters.Add(
_earlyBoundPathParts
[i]);
428
if (
_earlyBoundPathParts
[i] != null)
430
IndexerParameterInfo[] aryIPI = (IndexerParameterInfo[])
_earlyBoundPathParts
[i];
525
_earlyBoundPathParts
[level] = accessor;
540
_earlyBoundPathParts
[level] = indexerParams;