23 references to Length
PresentationFramework (23)
src\Framework\MS\Internal\Data\ClrBindingWorker.cs (9)
128
return PW.GetType(PW.
Length
- 1);
167
int k = PW.
Length
- 1;
201
if (PW.
Length
== 0)
248
int k = PW.
Length
- 1;
593
int size = PW.
Length
;
602
for (int k=0; k<PW.
Length
; ++k)
701
if (k == PW.
Length
- 1)
717
string name = GetNameFromInfo(PW.GetAccessor(PW.
Length
-1));
790
int k = PW.
Length
- 1;
src\Framework\MS\Internal\Data\PropertyPathWorker.cs (14)
100
int level =
Length
-1;
115
int level =
Length
-1;
257
if (level !=
Length
-1 || _host == null || _host.TransfersDefaultValue)
403
object rawValue = RawValue(
Length
-1);
425
UpdateSourceValueState(
Length
-1, null);
465
for (int k=0; k<
Length
; ++k)
528
if (level <
Length
- 1)
729
if (_host != null && k ==
Length
-1)
899
if (_host != null && k ==
Length
-1)
981
for (int level=0, n=
Length
; level<n; ++level)
1247
if (
Length
== 1 &&
1745
object item = GetItem(
Length
- 1);
1761
SetPropertyInfo(_arySVS[
Length
-1].info, out pi, out pd, out dp, out dpa);
1766
object arg = (columnName == "Item" && pi != null) ? _arySVS[
Length
-1].args[0] : null;