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)
165
internal bool StartsWithStaticProperty { get { return Length > 0 && IsStaticProperty(
_earlyBoundPathParts
[0]); } }
239
object accessor =
_earlyBoundPathParts
[k];
273
if (
_earlyBoundPathParts
[k] == null)
309
object accessor =
_earlyBoundPathParts
[level];
321
IndexerParameterInfo[] parameters =
_earlyBoundPathParts
[level] as IndexerParameterInfo[];
338
_earlyBoundPathParts
[level] = null;
411
if (
_earlyBoundPathParts
[i] != null)
417
parameters.Add(
_earlyBoundPathParts
[i]);
427
if (
_earlyBoundPathParts
[i] != null)
429
IndexerParameterInfo[] aryIPI = (IndexerParameterInfo[])
_earlyBoundPathParts
[i];
524
_earlyBoundPathParts
[level] = accessor;
539
_earlyBoundPathParts
[level] = indexerParams;