9 references to controlTypeIsControl
System.Web (9)
UI\ControlBuilder.cs (9)
713
if (!flags[
controlTypeIsControl
]) {
937
flags[
controlTypeIsControl
] &&
970
flags[
controlTypeIsControl
]) {
1342
if (ControlType != null && !flags[
controlTypeIsControl
]) {
1909
flags[
controlTypeIsControl
] = typeof(Control).IsAssignableFrom(_controlType);
1949
flags[
controlTypeIsControl
] = false;
2792
if (flags[
controlTypeIsControl
]) {
3013
flags[
controlTypeIsControl
] = typeof(Control).IsAssignableFrom(_controlType);
3016
flags[
controlTypeIsControl
] = false;