23 references to Length
PresentationFramework (23)
MS\Internal\Data\ClrBindingWorker.cs (9)
126
return PW.GetType(PW.
Length
- 1);
165
int k = PW.
Length
- 1;
199
if (PW.
Length
== 0)
246
int k = PW.
Length
- 1;
594
int size = PW.
Length
;
603
for (int k = 0; k < PW.
Length
; ++k)
702
if (k == PW.
Length
- 1)
718
string name = GetNameFromInfo(PW.GetAccessor(PW.
Length
- 1));
791
int k = PW.
Length
- 1;
MS\Internal\Data\PropertyPathWorker.cs (14)
98
int level =
Length
- 1;
113
int level =
Length
- 1;
255
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)
901
if (_host != null && k ==
Length
- 1)
985
for (int level = 0, n =
Length
; level < n; ++level)
1256
if (
Length
== 1 &&
1704
object item = GetItem(
Length
- 1);
1720
SetPropertyInfo(_arySVS[
Length
- 1].info, out pi, out pd, out dp, out dpa);
1725
object arg = (columnName == "Item" && pi != null) ? _arySVS[
Length
- 1].args[0] : null;