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) 237int k = PW.Length - 1; 585int size = PW.Length; 594for (int k = 0; k < PW.Length; ++k) 693if (k == PW.Length - 1) 709string name = GetNameFromInfo(PW.GetAccessor(PW.Length - 1)); 782int 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) 723if (_host != null && k == Length - 1) 895if (_host != null && k == Length - 1) 979for (int level = 0, n = Length; level < n; ++level) 1250if (Length == 1 && 1698object item = GetItem(Length - 1); 1714SetPropertyInfo(_arySVS[Length - 1].info, out pi, out pd, out dp, out dpa); 1719object arg = (columnName == "Item" && pi != null) ? _arySVS[Length - 1].args[0] : null;