23 references to Length
PresentationFramework (23)
MS\Internal\Data\ClrBindingWorker.cs (9)
116
return PW.GetType(PW.
Length
- 1);
155
int k = PW.
Length
- 1;
189
if (PW.
Length
== 0)
233
int k = PW.
Length
- 1;
572
int size = PW.
Length
;
581
for (int k = 0; k < PW.
Length
; ++k)
674
if (k == PW.
Length
- 1)
689
string name = GetNameFromInfo(PW.GetAccessor(PW.
Length
- 1));
756
int k = PW.
Length
- 1;
MS\Internal\Data\PropertyPathWorker.cs (14)
91
int level =
Length
- 1;
106
int level =
Length
- 1;
248
if (level !=
Length
- 1 || _host == null || _host.TransfersDefaultValue)
396
object rawValue = RawValue(
Length
- 1);
418
UpdateSourceValueState(
Length
- 1, null);
458
for (int k = 0; k <
Length
; ++k)
521
if (level <
Length
- 1)
713
if (_host != null && k ==
Length
- 1)
884
if (_host != null && k ==
Length
- 1)
968
for (int level = 0, n =
Length
; level < n; ++level)
1239
if (
Length
== 1 &&
1648
object item = GetItem(
Length
- 1);
1664
SetPropertyInfo(_arySVS[
Length
- 1].info, out pi, out pd, out dp, out dpa);
1669
object arg = (columnName == "Item" && pi != null) ? _arySVS[
Length
- 1].args[0] : null;