6 implementations of IParserAccessor
System.Web (3)
UI\Control.cs (1)
49
public class Control : IComponent,
IParserAccessor
, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor {
UI\HtmlControls\HtmlSelect.cs (1)
54
public class HtmlSelect : HtmlContainerControl, IPostBackDataHandler,
IParserAccessor
{
UI\WebControls\listitem.cs (1)
47
public sealed class ListItem : IStateManager,
IParserAccessor
, IAttributeAccessor {
System.Web.Mobile (3)
UI\MobileControls\DeviceSpecificChoice.cs (2)
37
public class DeviceSpecificChoice :
IParserAccessor
, IAttributeAccessor
570
internal class DeviceSpecificChoiceTemplateType : Control,
IParserAccessor
UI\MobileControls\Style.cs (1)
39
public class Style :
IParserAccessor
, ITemplateable, IStateManager, ICloneable
16 references to IParserAccessor
System.Web (11)
Compilation\BaseTemplateCodeDomTreeGenerator.cs (2)
129
parserDeclaration.Type = new CodeTypeReference(typeof(
IParserAccessor
));
131
typeof(
IParserAccessor
),
ErrorFormatter.cs (2)
187
IParserAccessor
formAdd = (
IParserAccessor
) form;
UI\Control.cs (1)
3425
void
IParserAccessor
.AddParsedSubObject(object obj) {
UI\ControlBuilder.cs (4)
1495
Debug.Assert(typeof(
IParserAccessor
).IsAssignableFrom(parentObj.GetType()));
1496
((
IParserAccessor
)parentObj).AddParsedSubObject(childObj);
1917
if (!typeof(
IParserAccessor
).IsAssignableFrom(type)) {
2014
flags[isIParserAccessor] = typeof(
IParserAccessor
).IsAssignableFrom(obj.GetType());
UI\PartialCachingControl.cs (1)
750
((
IParserAccessor
)parent).AddParsedSubObject(pcc);
UI\WebControls\listitem.cs (1)
365
void
IParserAccessor
.AddParsedSubObject(object obj) {
System.Web.Mobile (5)
UI\MobileControls\DeviceSpecificChoice.cs (2)
405
void
IParserAccessor
.AddParsedSubObject(Object obj) {
577
void
IParserAccessor
.AddParsedSubObject(Object o)
UI\MobileControls\ErrorFormatterPage.cs (2)
91
IParserAccessor
formAdd = (
IParserAccessor
)form;
UI\MobileControls\Style.cs (1)
841
void
IParserAccessor
.AddParsedSubObject(Object o) {