23 references to Length
PresentationFramework (23)
MS\Internal\Data\ClrBindingWorker.cs (9)
117return PW.GetType(PW.Length - 1); 156int k = PW.Length - 1; 190if (PW.Length == 0) 234int k = PW.Length - 1; 572int size = PW.Length; 581for (int k = 0; k < PW.Length; ++k) 674if (k == PW.Length - 1) 690string name = GetNameFromInfo(PW.GetAccessor(PW.Length - 1)); 757int k = PW.Length - 1;
MS\Internal\Data\PropertyPathWorker.cs (14)
92int level = Length - 1; 107int level = Length - 1; 249if (level != Length - 1 || _host == null || _host.TransfersDefaultValue) 397object rawValue = RawValue(Length - 1); 419UpdateSourceValueState(Length - 1, null); 459for (int k = 0; k < Length; ++k) 522if (level < Length - 1) 712if (_host != null && k == Length - 1) 883if (_host != null && k == Length - 1) 967for (int level = 0, n = Length; level < n; ++level) 1238if (Length == 1 && 1647object item = GetItem(Length - 1); 1663SetPropertyInfo(_arySVS[Length - 1].info, out pi, out pd, out dp, out dpa); 1668object arg = (columnName == "Item" && pi != null) ? _arySVS[Length - 1].args[0] : null;