1 type derived from ViewBase
PresentationFramework (1)
System\Windows\Controls\GridView.cs (1)
25public class GridView : ViewBase, IAddChild
13 references to ViewBase
PresentationFramework (13)
System\Windows\Controls\ListView.cs (10)
68typeof(ViewBase), 77public ViewBase View 79get { return (ViewBase)GetValue(ViewProperty); } 87ViewBase oldView = (ViewBase)e.OldValue; 88ViewBase newView = (ViewBase)e.NewValue; 152ViewBase view = View; 243ViewBase newView = View; 283private ViewBase _previousView;
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
820case 727: t = () => typeof(ViewBase); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
12353typeof(System.Windows.Controls.ViewBase),
System\Windows\Markup\KnownTypes.cs (1)
6274case KnownElements.ViewBase: t = typeof(System.Windows.Controls.ViewBase); break;