12 references to View
PresentationFramework (12)
System\Windows\Automation\Peers\GridViewCellAutomationPeer.cs (2)
102if (listview != null && listview.View is GridView) 104GridView gridview = listview.View as GridView;
System\Windows\Controls\GridView.cs (1)
205GridView gridView = listView.View as GridView;
System\Windows\Controls\GridViewHeaderRowPresenter.cs (3)
1058if (lv != null && lv.View != null && lv.View is GridView) 1060((GridView)lv.View).HeaderRowPresenter = this;
System\Windows\Controls\ListView.cs (6)
149ViewBase view = View; 219if (lvPeer != null && View != null) 221lvPeer.ViewAutomationPeer = View.GetAutomationPeer(this); 240ViewBase newView = View; 266if (!HasTemplateGeneratedSubTree && View != null) 268View.OnThemeChanged();