Implemented interface member:
property
Count
System.Collections.ICollection.Count
33 references to Count
System.Web.Mobile (12)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (2)
361if (_cbAvailableFilters.Items.Count > 0) 384if((index + 1) < _cbAvailableFilters.Items.Count)
UI\MobileControls\Design\PropertyOverridesDialog.cs (2)
303if(_cbChoices.SelectedItem == null && _cbChoices.Items.Count > 0) 567if (_cbChoices.Items.Count > 0)
UI\MobileControls\Design\StyleSheetDesigner.cs (3)
875if (_mergedUI.CbStyles.Items.Count > 0) 882_mergedUI.CbStyles.Enabled = (_mergedUI.CbStyles.Items.Count > 0); 966if (_mergedUI.CbStyles.Items.Count == 0)
UI\MobileControls\Design\TemplatingOptionsDialog.cs (4)
187if (_cmbChoices.Items.Count > 0) 226Debug.Assert(_cmbChoices.Items.Count > 0); 396_cmbChoices.Enabled = (_cmbChoices.Items.Count > 0); 397_cmbSchemas.Enabled = (_cmbChoices.Items.Count > 1) &&
UI\MobileControls\Design\Util\UnsettableComboBox.cs (1)
95if (Items.Count == 0)
System.Windows.Forms (19)
winforms\Managed\System\WinForms\ComboBox.cs (18)
951int itemCount = Items.Count + 1; 1011string[] strings = new string[itemsCollection.Count]; 1012for (int i = 0; i < itemsCollection.Count; i++) { 1047itemCount = itemsCollection.Count; 2076if (itemsCollection == null || itemsCollection.Count == 0) { 2081if (startIndex < -1 || startIndex >= itemsCollection.Count) { 2119if (itemsCollection == null || itemsCollection.Count == 0) { 2124if (startIndex < -1 || startIndex >= itemsCollection.Count) { 2171if (index < 0 || itemsCollection == null || index >= itemsCollection.Count) { 2230if (this.Items.Count > 0) { 2244if (this.Items.Count > 0) { 3037newItems = new object[savedItems.Count]; 3187if (itemsCollection.Count == 0) { 3360return s + ", Items.Count: " + ((itemsCollection == null) ? (0).ToString(CultureInfo.CurrentCulture) : itemsCollection.Count.ToString(CultureInfo.CurrentCulture)); 3371int itemCount = (itemsCollection == null) ? 0 : itemsCollection.Count; 3399for (int i = 0; i < Items.Count; i++) { 5244if (index < 0 || index >= _owningComboBox.Items.Count) { 5254return _owningComboBox.Items.Count;
winforms\Managed\System\WinForms\ToolStripComboBox.cs (1)
599return base.ToString() + ", Items.Count: " + Items.Count.ToString(CultureInfo.CurrentCulture);
System.Workflow.ComponentModel (2)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (2)
1183this.paperSizeComboBox.Items.Count > 0) 1203this.paperSourceComboBox.Items.Count > 0)