81 references to View
System.Web.Mobile (1)
UI\MobileControls\Design\StylesEditorDialog.cs (1)
193_lvAvailableStyles.View = System.Windows.Forms.View.Details;
System.Windows.Forms (75)
winforms\Managed\System\WinForms\ColumnHeader.cs (1)
393if (listview != null && listview.IsHandleCreated && !listview.Disposing && listview.View == View.Details) {
winforms\Managed\System\WinForms\DrawListViewItemEventArgs.cs (1)
165if (item.ListView.View == View.Details) {
winforms\Managed\System\WinForms\ListView.cs (67)
72private View viewStyle = System.Windows.Forms.View.LargeIcon; 500if (value && this.View == View.Tile) { 536if (value && this.View == View.Tile) { 555(value && this.View == View.List && this.IsHandleCreated) || 556(value && (this.View == View.SmallIcon || this.View == View.LargeIcon) && this.IsHandleCreated)) { 753if (viewStyle != View.Tile ) { 863Debug.Assert(!this.listViewState[LISTVIEWSTATE_flipViewToLargeIconAndSmallIcon] || this.View == View.SmallIcon, "we need this bit only in SmallIcon view"); 870Debug.Assert(!value || this.View == View.SmallIcon, "we need this bit only in SmallIcon view"); 1441if (this.View == View.SmallIcon) { 1442this.View = View.LargeIcon; 1443this.View = View.SmallIcon; 1448if (this.View == View.Details) { 1498if (this.View == View.LargeIcon || this.View == View.SmallIcon) { 1689if (viewStyle == View.LargeIcon || viewStyle == View.SmallIcon || viewStyle == View.Tile) 1707if (viewStyle == View.LargeIcon || viewStyle == View.SmallIcon || viewStyle == View.Tile) 1765DefaultValue(View.LargeIcon), 1768public View View { 1773if (value == View.Tile && this.CheckBoxes) { 1780if (!ClientUtils.IsEnumValid(value, (int)value, (int)View.LargeIcon, (int)View.Tile)) 1782throw new InvalidEnumArgumentException("value", (int)value, typeof(View)); 1785if (value == View.Tile && VirtualMode) { 1796if (viewStyle == View.Tile) { 1828bool keepTopItem = this.IsHandleCreated && VirtualMode && this.View == View.Details && !this.DesignMode; 1881if (value && View == View.Tile) { 2234if (viewStyle != View.SmallIcon) return; 2390this.View == View.Details && 2413this.View == View.Details && 2575if (viewStyle == View.Details) 2593if (viewStyle == View.Details || viewStyle == View.Tile) 3108if (this.View != View.SmallIcon && this.View != View.LargeIcon) { 3420if (this.View == View.Details && this.Columns.Count == 0) { 3443if (this.View == View.Details && this.Columns.Count == 0) { 3497if (this.View != View.Details) { 3552if (this.View == View.Details) { 3571if (this.View == View.Details && item != null) { 3583if (viewStyle == View.Details && IsHandleCreated) { 3614if (IsHandleCreated && this.View != View.Tile) { 3645if (ch.ActualImageIndex_Internal != -1 && this.IsHandleCreated && this.View != View.Tile) { 3671if (this.IsHandleCreated && this.View == View.Tile) { 3764if (this.IsHandleCreated && this.Items.Count == 0 && this.View == View.SmallIcon && this.ComctlSupportsVisualStyles) 3989this.View = View.LargeIcon; 3990this.View = View.SmallIcon; 4307if (viewStyle == View.Tile) { 4485if (this.View == View.Details && !this.Scrollable && this.IsHandleCreated) { 4702if (this.View == View.LargeIcon || this.View == View.SmallIcon) 4728if (this.View == View.LargeIcon) 5119if (this.View == View.List && subItemIndex == 0) { 5225if (!VirtualMode && IsHandleCreated && AutoArrange && (View == View.LargeIcon || View == View.SmallIcon)) { 5341Debug.Assert(this.viewStyle == View.Tile, "this function should be called only in Tile view"); 7990if (owner.View == View.Tile) { 8185if (owner.IsHandleCreated && this.owner.View != View.Tile) { 8225if (owner.IsHandleCreated && this.owner.View == View.Tile) { 9030if (owner.View == View.SmallIcon) { 9035owner.View = View.LargeIcon; 9036owner.View = View.SmallIcon;
winforms\Managed\System\WinForms\ListViewItem.cs (6)
589case View.LargeIcon: 590case View.Tile: 592case View.SmallIcon: 593case View.Details: 594case View.List: 1060if (listView != null && listView.IsHandleCreated && listView.View == View.Details) {
System.Workflow.Activities (3)
Rules\Design\Dialogs\BasicBrowserDialog.Designer.cs (1)
87this.rulesListView.View = System.Windows.Forms.View.Details;
Rules\Design\Dialogs\IntellisenseTextBox.cs (1)
57this.listBoxAutoComplete.View = System.Windows.Forms.View.Details;
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (1)
100this.rulesListView.View = System.Windows.Forms.View.Details;
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
229this.artifactListView.View = System.Windows.Forms.View.Details;
WsatUI (1)
MMCUI\AcceptedCertificatesForm.designer.cs (1)
88this.listAllowedCertificates.View = System.Windows.Forms.View.Details;