9 references to XmlDataSource
System.Web (9)
UI\WebControls\AdRotator.cs (4)
498private AdRec [] GetXmlDataSourceData(XmlDataSource xmlDataSource) { 700XmlDataSource xmlDataSource = null; 703xmlDataSource = dataSource as XmlDataSource; 706xmlDataSource = GetDataSource() as XmlDataSource;
UI\WebControls\XmlDataSource.cs (1)
39ToolboxBitmap(typeof(XmlDataSource)),
UI\WebControls\XmlDataSourceView.cs (2)
25private XmlDataSource _owner; 31public XmlDataSourceView(XmlDataSource owner, string name) : base(owner, name) {
UI\WebControls\XmlHierarchicalDataSourceView.cs (2)
27private XmlDataSource _owner; 33internal XmlHierarchicalDataSourceView(XmlDataSource owner, string viewPath) {