23 references to Length
PresentationFramework (23)
MS\Internal\Data\ClrBindingWorker.cs (9)
117
return PW.GetType(PW.
Length
- 1);
156
int k = PW.
Length
- 1;
190
if (PW.
Length
== 0)
237
int k = PW.
Length
- 1;
585
int size = PW.
Length
;
594
for (int k = 0; k < PW.
Length
; ++k)
693
if (k == PW.
Length
- 1)
709
string name = GetNameFromInfo(PW.GetAccessor(PW.
Length
- 1));
782
int k = PW.
Length
- 1;
MS\Internal\Data\PropertyPathWorker.cs (14)
92
int level =
Length
- 1;
107
int level =
Length
- 1;
249
if (level !=
Length
- 1 || _host == null || _host.TransfersDefaultValue)
397
object rawValue = RawValue(
Length
- 1);
419
UpdateSourceValueState(
Length
- 1, null);
459
for (int k = 0; k <
Length
; ++k)
522
if (level <
Length
- 1)
723
if (_host != null && k ==
Length
- 1)
895
if (_host != null && k ==
Length
- 1)
979
for (int level = 0, n =
Length
; level < n; ++level)
1250
if (
Length
== 1 &&
1698
object item = GetItem(
Length
- 1);
1714
SetPropertyInfo(_arySVS[
Length
- 1].info, out pi, out pd, out dp, out dpa);
1719
object arg = (columnName == "Item" && pi != null) ? _arySVS[
Length
- 1].args[0] : null;