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)
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 (67)
72
private
View
viewStyle = System.Windows.Forms.
View
.LargeIcon;
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)) {
753
if (viewStyle !=
View
.Tile ) {
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) {
1442
this.View =
View
.LargeIcon;
1443
this.View =
View
.SmallIcon;
1448
if (this.View ==
View
.Details) {
1498
if (this.View ==
View
.LargeIcon || this.View ==
View
.SmallIcon) {
1689
if (viewStyle ==
View
.LargeIcon || viewStyle ==
View
.SmallIcon || viewStyle ==
View
.Tile)
1707
if (viewStyle ==
View
.LargeIcon || viewStyle ==
View
.SmallIcon || viewStyle ==
View
.Tile)
1765
DefaultValue(
View
.LargeIcon),
1768
public
View
View {
1773
if (value ==
View
.Tile && this.CheckBoxes) {
1780
if (!ClientUtils.IsEnumValid(value, (int)value, (int)
View
.LargeIcon, (int)
View
.Tile))
1782
throw new InvalidEnumArgumentException("value", (int)value, typeof(
View
));
1785
if (value ==
View
.Tile && VirtualMode) {
1796
if (viewStyle ==
View
.Tile) {
1828
bool keepTopItem = this.IsHandleCreated && VirtualMode && this.View ==
View
.Details && !this.DesignMode;
1881
if (value && View ==
View
.Tile) {
2234
if (viewStyle !=
View
.SmallIcon) return;
2390
this.View ==
View
.Details &&
2413
this.View ==
View
.Details &&
2575
if (viewStyle ==
View
.Details)
2593
if (viewStyle ==
View
.Details || viewStyle ==
View
.Tile)
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) {
3583
if (viewStyle ==
View
.Details && IsHandleCreated) {
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)
3989
this.View =
View
.LargeIcon;
3990
this.View =
View
.SmallIcon;
4307
if (viewStyle ==
View
.Tile) {
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)) {
5341
Debug.Assert(this.viewStyle ==
View
.Tile, "this function should be called only in Tile view");
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) {
9035
owner.View =
View
.LargeIcon;
9036
owner.View =
View
.SmallIcon;
winforms\Managed\System\WinForms\ListViewItem.cs (6)
589
case
View
.LargeIcon:
590
case
View
.Tile:
592
case
View
.SmallIcon:
593
case
View
.Details:
594
case
View
.List:
1060
if (listView != null && listView.IsHandleCreated && listView.View ==
View
.Details) {
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;