1 type derived from ViewBase
PresentationFramework (1)
System\Windows\Controls\GridView.cs (1)
27
public class GridView :
ViewBase
, IAddChild
13 references to ViewBase
PresentationFramework (13)
System\Windows\Controls\ListView.cs (10)
69
typeof(
ViewBase
),
78
public
ViewBase
View
80
get { return (
ViewBase
)GetValue(ViewProperty); }
88
ViewBase
oldView = (
ViewBase
)e.OldValue;
89
ViewBase
newView = (
ViewBase
)e.NewValue;
156
ViewBase
view = View;
247
ViewBase
newView = View;
287
private
ViewBase
_previousView;
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
823
case 727: t = () => typeof(
ViewBase
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11118
typeof(System.Windows.Controls.
ViewBase
),
System\Windows\Markup\KnownTypes.cs (1)
6281
case KnownElements.ViewBase: t = typeof(System.Windows.Controls.
ViewBase
); break;