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