5 references to IsDescendentOf
System.Web (5)
UI\Control.cs (1)
1365if (!IsDescendentOf(control.NamingContainer)) {
UI\Page.cs (4)
2954if (control != cleared && control.IsDescendentOf(cleared)) return false; 2974if (controlWithState != null && controlWithState.IsDescendentOf(control)) { 3275if (c != null && !c.IsDescendentOf(this)) 3303if (c != null && !c.IsDescendentOf(this))