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