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)
169
internal bool StartsWithStaticProperty { get { return Length > 0 && IsStaticProperty(
_earlyBoundPathParts
[0]); } }
243
object accessor =
_earlyBoundPathParts
[k];
277
if (
_earlyBoundPathParts
[k] == null)
313
object accessor =
_earlyBoundPathParts
[level];
325
IndexerParameterInfo[] parameters =
_earlyBoundPathParts
[level] as IndexerParameterInfo[];
342
_earlyBoundPathParts
[level] = null;
415
if (
_earlyBoundPathParts
[i] != null)
421
parameters.Add(
_earlyBoundPathParts
[i]);
431
if (
_earlyBoundPathParts
[i] != null)
433
IndexerParameterInfo[] aryIPI = (IndexerParameterInfo[])
_earlyBoundPathParts
[i];
528
_earlyBoundPathParts
[level] = accessor;
543
_earlyBoundPathParts
[level] = indexerParams;