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