Home
last modified time | relevance | path

Searched refs:listAccessors (Results 1 – 25 of 87) sorted by relevance

1234

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Objects/
H A DDataRecordObjectView.cs140 …orCollection System.ComponentModel.ITypedList.GetItemProperties(PropertyDescriptor[] listAccessors) in System.ComponentModel.ITypedList.GetItemProperties() argument
144 if (listAccessors == null || listAccessors.Length == 0) in System.ComponentModel.ITypedList.GetItemProperties()
152 PropertyDescriptor propertyDescriptor = listAccessors[listAccessors.Length - 1]; in System.ComponentModel.ITypedList.GetItemProperties()
173 string System.ComponentModel.ITypedList.GetListName(PropertyDescriptor[] listAccessors) in System.ComponentModel.ITypedList.GetListName() argument
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DListBindingHelper.cs129 …opertyDescriptorCollection GetListItemProperties (object list, PropertyDescriptor [] listAccessors) in GetListItemProperties() argument
137 return ((ITypedList)list).GetItemProperties (listAccessors); in GetListItemProperties()
139 if (listAccessors == null || listAccessors.Length == 0) { in GetListItemProperties()
146 Type property_type = listAccessors [0].PropertyType; in GetListItemProperties()
157 PropertyDescriptor [] listAccessors) in GetListItemProperties() argument
162 public static string GetListName (object list, PropertyDescriptor [] listAccessors) in GetListName() argument
H A DBindingManagerBase.cs113 …ual PropertyDescriptorCollection GetItemProperties (ArrayList dataSources, ArrayList listAccessors) in GetItemProperties() argument
119 …ction GetItemProperties (Type listType, int offset, ArrayList dataSources, ArrayList listAccessors) in GetItemProperties() argument
124 protected internal abstract string GetListName (ArrayList listAccessors); in GetListName() argument
H A DCurrencyManager.cs295 protected internal override string GetListName (ArrayList listAccessors) in GetListName() argument
299 if (listAccessors != null) { in GetListName()
300 pds = new PropertyDescriptor [listAccessors.Count]; in GetListName()
301 listAccessors.CopyTo (pds, 0); in GetListName()
H A DPropertyManager.cs141 protected internal override string GetListName (ArrayList listAccessors) in GetListName() argument
H A DBindingSource.cs783 public virtual PropertyDescriptorCollection GetItemProperties (PropertyDescriptor[] listAccessors) in GetItemProperties() argument
785 return ListBindingHelper.GetListItemProperties (list, listAccessors); in GetItemProperties()
788 public virtual string GetListName (PropertyDescriptor[] listAccessors) in GetListName() argument
790 return ListBindingHelper.GetListName (list, listAccessors); in GetListName()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.Common/src/System/Data/
H A DDataViewManager.cs255 string System.ComponentModel.ITypedList.GetListName(PropertyDescriptor[] listAccessors) in System.ComponentModel.ITypedList.GetListName() argument
263 if (listAccessors == null || listAccessors.Length == 0) in System.ComponentModel.ITypedList.GetListName()
269 DataTable table = dataSet.FindTable(null, listAccessors, 0); in System.ComponentModel.ITypedList.GetListName()
278 …orCollection System.ComponentModel.ITypedList.GetItemProperties(PropertyDescriptor[] listAccessors) in System.ComponentModel.ITypedList.GetItemProperties() argument
286 if (listAccessors == null || listAccessors.Length == 0) in System.ComponentModel.ITypedList.GetItemProperties()
292 DataTable table = dataSet.FindTable(null, listAccessors, 0); in System.ComponentModel.ITypedList.GetItemProperties()
H A DDataView.cs1123 string System.ComponentModel.ITypedList.GetListName(PropertyDescriptor[] listAccessors) in System.ComponentModel.ITypedList.GetListName() argument
1127 if (listAccessors == null || listAccessors.Length == 0) in System.ComponentModel.ITypedList.GetListName()
1136 DataTable foundTable = dataSet.FindTable(_table, listAccessors, 0); in System.ComponentModel.ITypedList.GetListName()
1147 …orCollection System.ComponentModel.ITypedList.GetItemProperties(PropertyDescriptor[] listAccessors) in System.ComponentModel.ITypedList.GetItemProperties() argument
1151 if (listAccessors == null || listAccessors.Length == 0) in System.ComponentModel.ITypedList.GetItemProperties()
1163 DataTable foundTable = dataSet.FindTable(_table, listAccessors, 0); in System.ComponentModel.ITypedList.GetItemProperties()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/
H A DDataViewManager.cs304 string System.ComponentModel.ITypedList.GetListName(PropertyDescriptor[] listAccessors) { in System.ComponentModel.ITypedList.GetListName() argument
309 if (listAccessors == null || listAccessors.Length == 0) { in System.ComponentModel.ITypedList.GetListName()
313 DataTable table = dataSet.FindTable(null, listAccessors, 0); in System.ComponentModel.ITypedList.GetListName()
321 …Collection System.ComponentModel.ITypedList.GetItemProperties(PropertyDescriptor[] listAccessors) { in System.ComponentModel.ITypedList.GetItemProperties() argument
326 if (listAccessors == null || listAccessors.Length == 0) { in System.ComponentModel.ITypedList.GetItemProperties()
330 DataTable table = dataSet.FindTable(null, listAccessors, 0); in System.ComponentModel.ITypedList.GetItemProperties()
H A DDataView.cs1216 string System.ComponentModel.ITypedList.GetListName(PropertyDescriptor[] listAccessors) { in System.ComponentModel.ITypedList.GetListName() argument
1218 if (listAccessors == null || listAccessors.Length == 0) { in System.ComponentModel.ITypedList.GetListName()
1224 DataTable foundTable = dataSet.FindTable(table, listAccessors, 0); in System.ComponentModel.ITypedList.GetListName()
1234 …Collection System.ComponentModel.ITypedList.GetItemProperties(PropertyDescriptor[] listAccessors) { in System.ComponentModel.ITypedList.GetItemProperties() argument
1236 if (listAccessors == null || listAccessors.Length == 0) { in System.ComponentModel.ITypedList.GetItemProperties()
1243 DataTable foundTable = dataSet.FindTable(table, listAccessors, 0); in System.ComponentModel.ITypedList.GetItemProperties()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/
H A DITypedList.cs15 string GetListName(PropertyDescriptor[] listAccessors); in GetListName() argument
20 PropertyDescriptorCollection GetItemProperties(PropertyDescriptor[] listAccessors); in GetItemProperties() argument
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/
H A DITypedList.cs19 string GetListName(PropertyDescriptor[] listAccessors); in GetListName() argument
23 PropertyDescriptorCollection GetItemProperties(PropertyDescriptor[] listAccessors); in GetItemProperties() argument
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web.Extensions/System.Web.UI.WebControls/
H A DListViewPagedDataSource.cs150 public PropertyDescriptorCollection GetItemProperties (PropertyDescriptor [] listAccessors) in GetItemProperties() argument
157 return ((ITypedList) ds).GetItemProperties (listAccessors); in GetItemProperties()
160 public string GetListName (PropertyDescriptor [] listAccessors) in GetListName() argument
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Cache/
H A DXPathDocumentView.cs369 public string GetListName(PropertyDescriptor[] listAccessors) { in GetListName() argument
370 if( listAccessors == null ) { in GetListName()
374 return listAccessors[listAccessors.Length-1].Name; in GetListName()
379 public PropertyDescriptorCollection GetItemProperties(PropertyDescriptor[] listAccessors) { in GetItemProperties() argument
381 if( listAccessors == null ) { in GetItemProperties()
385 …XPathNodeViewPropertyDescriptor propdesc = listAccessors[listAccessors.Length-1] as XPathNodeViewP… in GetItemProperties()
391 throw new ArgumentException(nameof(listAccessors)); in GetItemProperties()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Entity/System/Data/WebControls/
H A DEntityDataSourceWrapperCollection.cs135 public PropertyDescriptorCollection GetItemProperties(PropertyDescriptor[] listAccessors) in GetItemProperties() argument
137 if (null == listAccessors) in GetItemProperties()
148 string ITypedList.GetListName(PropertyDescriptor[] listAccessors) in ITypedList.GetListName() argument
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.UI.WebControls/
H A DPagedDataSource.cs223 public PropertyDescriptorCollection GetItemProperties (PropertyDescriptor [] listAccessors) in GetItemProperties() argument
228 return typed.GetItemProperties (listAccessors); in GetItemProperties()
231 public string GetListName (PropertyDescriptor [] listAccessors) in GetListName() argument
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Cache/
H A DXPathDocumentView.cs371 public string GetListName(PropertyDescriptor[] listAccessors) { in GetListName() argument
372 if( listAccessors == null ) { in GetListName()
376 return listAccessors[listAccessors.Length-1].Name; in GetListName()
381 public PropertyDescriptorCollection GetItemProperties(PropertyDescriptor[] listAccessors) { in GetItemProperties() argument
383 if( listAccessors == null ) { in GetItemProperties()
387 …XPathNodeViewPropertyDescriptor propdesc = listAccessors[listAccessors.Length-1] as XPathNodeViewP… in GetItemProperties()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.UI/
H A DListSourceHelper.cs59 PropertyDescriptorCollection ITypedList.GetItemProperties (PropertyDescriptor [] listAccessors) { in ITypedList.GetItemProperties() argument
69 string ITypedList.GetListName (PropertyDescriptor [] listAccessors) { in ITypedList.GetListName() argument
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Extensions/ui/WebControls/
H A DListViewPagedDataSource.cs250 public PropertyDescriptorCollection GetItemProperties(PropertyDescriptor[] listAccessors) { in GetItemProperties() argument
255 return ((ITypedList)_dataSource).GetItemProperties(listAccessors); in GetItemProperties()
264 public string GetListName(PropertyDescriptor[] listAccessors) { in GetListName() argument
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/UI/
H A DListSourceHelper.cs41 string ITypedList.GetListName(PropertyDescriptor[] listAccessors) { in ITypedList.GetListName() argument
45 … PropertyDescriptorCollection ITypedList.GetItemProperties(PropertyDescriptor[] listAccessors) { in ITypedList.GetItemProperties() argument
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/UI/WebControls/
H A DPagedDataSource.cs353 public PropertyDescriptorCollection GetItemProperties(PropertyDescriptor[] listAccessors) { in GetItemProperties() argument
358 return((ITypedList)dataSource).GetItemProperties(listAccessors); in GetItemProperties()
366 public string GetListName(PropertyDescriptor[] listAccessors) { in GetListName() argument
/dports/lang/mono/mono-5.10.1.57/external/Newtonsoft.Json/Src/Newtonsoft.Json/Linq/
H A DJContainer.cs725 string ITypedList.GetListName(PropertyDescriptor[] listAccessors) in ITypedList.GetListName() argument
730 PropertyDescriptorCollection ITypedList.GetItemProperties(PropertyDescriptor[] listAccessors) in ITypedList.GetItemProperties() argument
/dports/irc/smuxi/smuxi-1.1/lib/Newtonsoft.Json/Src/Newtonsoft.Json/Linq/
H A DJContainer.cs722 string ITypedList.GetListName(PropertyDescriptor[] listAccessors) in ITypedList.GetListName() argument
727 PropertyDescriptorCollection ITypedList.GetItemProperties(PropertyDescriptor[] listAccessors) in ITypedList.GetItemProperties() argument
/dports/devel/newtonsoft-json/Newtonsoft.Json-9.0.1/Src/Newtonsoft.Json/Linq/
H A DJContainer.cs883 string ITypedList.GetListName(PropertyDescriptor[] listAccessors) in ITypedList.GetListName() argument
888 … PropertyDescriptorCollection ITypedList.GetItemProperties(PropertyDescriptor[] listAccessors) in ITypedList.GetItemProperties() argument
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/ref/
H A DSystem.ComponentModel.TypeConverter.cs322 …tyDescriptorCollection GetItemProperties(System.ComponentModel.PropertyDescriptor[] listAccessors); in GetItemProperties() argument
323 string GetListName(System.ComponentModel.PropertyDescriptor[] listAccessors); in GetListName() argument

1234