2 instantiations of ListView
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6490
bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.
ListView
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1392
case KnownElements.ListView: o = new System.Windows.Controls.
ListView
(); break;
23 references to ListView
PresentationFramework (23)
src\Framework\System\Windows\Automation\Peers\GridViewAutomationPeer.cs (2)
36
public GridViewAutomationPeer(GridView owner,
ListView
listview)
329
private
ListView
_listview;
src\Framework\System\Windows\Automation\Peers\GridViewCellAutomationPeer.cs (2)
110
ListView
listview = _listviewAP.Owner as
ListView
;
src\Framework\System\Windows\Automation\Peers\GridViewItemAutomationPeer.cs (2)
47
ListView
listview = _listviewAP.Owner as
ListView
;
src\Framework\System\Windows\Automation\Peers\ListViewAutomationPeer.cs (1)
24
public ListViewAutomationPeer(
ListView
owner)
src\Framework\System\Windows\Controls\GridView.cs (3)
101
internal protected override IViewAutomationPeer GetAutomationPeer(
ListView
parent)
206
ListView
listView = listViewItem.ParentSelector as
ListView
;
src\Framework\System\Windows\Controls\GridViewHeaderRowPresenter.cs (2)
1068
ListView
lv = _itemsControl as
ListView
;
src\Framework\System\Windows\Controls\ListView.cs (4)
44
SelectionModeProperty.OverrideMetadata(typeof(
ListView
), new FrameworkPropertyMetadata(SelectionMode.Extended));
72
typeof(
ListView
),
88
ListView
listView = (
ListView
)d;
src\Framework\System\Windows\Controls\ViewBase.cs (1)
111
internal protected virtual IViewAutomationPeer GetAutomationPeer(
ListView
parent)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
469
case 377: t = () => typeof(
ListView
); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
5064
Type type = typeof(System.Windows.Controls.
ListView
);
5066
this.GetXamlType(typeof(System.Windows.Controls.
ListView
)), // DeclaringType
5072
bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Controls.
ListView
)target).Items; };
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6488
typeof(System.Windows.Controls.
ListView
),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5921
case KnownElements.ListView: t = typeof(System.Windows.Controls.
ListView
); break;