12 writes to View
System.Web.Mobile (1)
UI\MobileControls\Design\StylesEditorDialog.cs (1)
193_lvAvailableStyles.View = System.Windows.Forms.View.Details;
System.Windows.Forms (6)
winforms\Managed\System\WinForms\ListView.cs (6)
1442this.View = View.LargeIcon; 1443this.View = View.SmallIcon; 3989this.View = View.LargeIcon; 3990this.View = View.SmallIcon; 9035owner.View = View.LargeIcon; 9036owner.View = View.SmallIcon;
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;
41 references to View
System.Windows.Forms (41)
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 (37)
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)) { 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) { 1448if (this.View == View.Details) { 1498if (this.View == View.LargeIcon || this.View == View.SmallIcon) { 1828bool keepTopItem = this.IsHandleCreated && VirtualMode && this.View == View.Details && !this.DesignMode; 1881if (value && View == View.Tile) { 2390this.View == View.Details && 2413this.View == View.Details && 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) { 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) 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)) { 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) {
winforms\Managed\System\WinForms\ListViewItem.cs (2)
588switch(listView.View) { 1060if (listView != null && listView.IsHandleCreated && listView.View == View.Details) {