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