1 instantiation of ListViewAutomationPeer
PresentationFramework (1)
System\Windows\Controls\ListView.cs (1)
225
ListViewAutomationPeer lvPeer = new
ListViewAutomationPeer
(this);
18 references to ListViewAutomationPeer
PresentationFramework (18)
System\Windows\Automation\Peers\GridViewAutomationPeer.cs (8)
100
ListViewAutomationPeer
lvAP = UIElementAutomationPeer.FromElement(_listview) as
ListViewAutomationPeer
;
107
ListViewAutomationPeer
peer = UIElementAutomationPeer.FromElement(_listview) as
ListViewAutomationPeer
;
146
ListViewAutomationPeer
lvpeer = UIElementAutomationPeer.FromElement(_listview) as
ListViewAutomationPeer
;
272
ListViewAutomationPeer
peer = UIElementAutomationPeer.FromElement(_listview) as
ListViewAutomationPeer
;
System\Windows\Automation\Peers\GridViewCellAutomationPeer.cs (3)
28
internal GridViewCellAutomationPeer(ContentPresenter owner,
ListViewAutomationPeer
parent)
36
internal GridViewCellAutomationPeer(TextBlock owner,
ListViewAutomationPeer
parent)
200
private
ListViewAutomationPeer
_listviewAP;
System\Windows\Automation\Peers\GridViewItemAutomationPeer.cs (2)
28
public GridViewItemAutomationPeer(object owner,
ListViewAutomationPeer
listviewAP)
107
private
ListViewAutomationPeer
_listviewAP;
System\Windows\Controls\ListView.cs (5)
108
ListViewAutomationPeer
lvPeer = UIElementAutomationPeer.FromElement(listView) as
ListViewAutomationPeer
;
203
ListViewAutomationPeer
lvPeer = UIElementAutomationPeer.FromElement(this) as
ListViewAutomationPeer
;
225
ListViewAutomationPeer
lvPeer = new ListViewAutomationPeer(this);