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