1 write to View
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ListViewActionListTests.cs (1)
38_actionList.View = View.Details;
3 references to View
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ListViewActionList.cs (2)
33set => TypeDescriptor.GetProperties(_listView)[nameof(View)]!.SetValue(Component, value); 62new DesignerActionPropertyItem(nameof(View),
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ListViewActionListTests.cs (1)
39_actionList.View.Should().Be(View.Details);