10 references to SiteMapDataSource
System.Web (10)
SiteMapNode.cs (1)
460public SiteMapDataSourceView GetDataSourceView(SiteMapDataSource owner, string viewName) {
SiteMapNodeCollection.cs (1)
160public SiteMapDataSourceView GetDataSourceView(SiteMapDataSource owner, string viewName) {
UI\WebControls\Menu.cs (2)
1403SiteMapDataSource siteMapDataSource = GetDataSource() as SiteMapDataSource;
UI\WebControls\SiteMapDataSource.cs (1)
22ToolboxBitmap(typeof(SiteMapDataSource)),
UI\WebControls\SiteMapDataSourceView.cs (3)
15private SiteMapDataSource _owner; 18public SiteMapDataSourceView(SiteMapDataSource owner, string name, SiteMapNode node) : base(owner, name) { 24public SiteMapDataSourceView(SiteMapDataSource owner, string name, SiteMapNodeCollection collection) : base(owner, name) {
UI\WebControls\TreeView.cs (2)
1427SiteMapDataSource siteMapDataSource = GetDataSource() as SiteMapDataSource;