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