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)
1442
this.
View
= View.LargeIcon;
1443
this.
View
= View.SmallIcon;
3989
this.
View
= View.LargeIcon;
3990
this.
View
= View.SmallIcon;
9035
owner.
View
= View.LargeIcon;
9036
owner.
View
= View.SmallIcon;
System.Workflow.Activities (3)
Rules\Design\Dialogs\BasicBrowserDialog.Designer.cs (1)
87
this.rulesListView.
View
= System.Windows.Forms.View.Details;
Rules\Design\Dialogs\IntellisenseTextBox.cs (1)
57
this.listBoxAutoComplete.
View
= System.Windows.Forms.View.Details;
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (1)
100
this.rulesListView.
View
= System.Windows.Forms.View.Details;
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
229
this.artifactListView.
View
= System.Windows.Forms.View.Details;
WsatUI (1)
MMCUI\AcceptedCertificatesForm.designer.cs (1)
88
this.listAllowedCertificates.
View
= System.Windows.Forms.View.Details;
41 references to View
System.Windows.Forms (41)
winforms\Managed\System\WinForms\ColumnHeader.cs (1)
393
if (listview != null && listview.IsHandleCreated && !listview.Disposing && listview.
View
== View.Details) {
winforms\Managed\System\WinForms\DrawListViewItemEventArgs.cs (1)
165
if (item.ListView.
View
== View.Details) {
winforms\Managed\System\WinForms\ListView.cs (37)
500
if (value && this.
View
== View.Tile) {
536
if (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)) {
863
Debug.Assert(!this.listViewState[LISTVIEWSTATE_flipViewToLargeIconAndSmallIcon] || this.
View
== View.SmallIcon, "we need this bit only in SmallIcon view");
870
Debug.Assert(!value || this.
View
== View.SmallIcon, "we need this bit only in SmallIcon view");
1441
if (this.
View
== View.SmallIcon) {
1448
if (this.
View
== View.Details) {
1498
if (this.
View
== View.LargeIcon || this.
View
== View.SmallIcon) {
1828
bool keepTopItem = this.IsHandleCreated && VirtualMode && this.
View
== View.Details && !this.DesignMode;
1881
if (value &&
View
== View.Tile) {
2390
this.
View
== View.Details &&
2413
this.
View
== View.Details &&
3108
if (this.
View
!= View.SmallIcon && this.
View
!= View.LargeIcon) {
3420
if (this.
View
== View.Details && this.Columns.Count == 0) {
3443
if (this.
View
== View.Details && this.Columns.Count == 0) {
3497
if (this.
View
!= View.Details) {
3552
if (this.
View
== View.Details) {
3571
if (this.
View
== View.Details && item != null) {
3614
if (IsHandleCreated && this.
View
!= View.Tile) {
3645
if (ch.ActualImageIndex_Internal != -1 && this.IsHandleCreated && this.
View
!= View.Tile) {
3671
if (this.IsHandleCreated && this.
View
== View.Tile) {
3764
if (this.IsHandleCreated && this.Items.Count == 0 && this.
View
== View.SmallIcon && this.ComctlSupportsVisualStyles)
4485
if (this.
View
== View.Details && !this.Scrollable && this.IsHandleCreated) {
4702
if (this.
View
== View.LargeIcon || this.
View
== View.SmallIcon)
4728
if (this.
View
== View.LargeIcon)
5119
if (this.
View
== View.List && subItemIndex == 0) {
5225
if (!VirtualMode && IsHandleCreated && AutoArrange && (
View
== View.LargeIcon ||
View
== View.SmallIcon)) {
7990
if (owner.
View
== View.Tile) {
8185
if (owner.IsHandleCreated && this.owner.
View
!= View.Tile) {
8225
if (owner.IsHandleCreated && this.owner.
View
== View.Tile) {
9030
if (owner.
View
== View.SmallIcon) {
winforms\Managed\System\WinForms\ListViewItem.cs (2)
588
switch(listView.
View
) {
1060
if (listView != null && listView.IsHandleCreated && listView.
View
== View.Details) {