12 references to View
PresentationFramework (12)
System\Windows\Automation\Peers\GridViewCellAutomationPeer.cs (2)
103if (listview != null && listview.View is GridView) 105GridView gridview = listview.View as GridView;
System\Windows\Controls\GridView.cs (1)
206GridView gridView = listView.View as GridView;
System\Windows\Controls\GridViewHeaderRowPresenter.cs (3)
1062if (lv != null && lv.View != null && lv.View is GridView) 1064((GridView)lv.View).HeaderRowPresenter = this;
System\Windows\Controls\ListView.cs (6)
153ViewBase view = View; 223if (lvPeer != null && View != null) 225lvPeer.ViewAutomationPeer = View.GetAutomationPeer(this); 244ViewBase newView = View; 270if (!HasTemplateGeneratedSubTree && View != null) 272View.OnThemeChanged();