Home
last modified time | relevance | path

Searched refs:ApplyControlSkin (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/UI/
H A DPageTheme.cs96 internal void ApplyControlSkin(Control control) { in ApplyControlSkin() method in System.Web.UI.PageTheme
H A DPage.cs2688 internal void ApplyControlSkin(Control ctrl) { in ApplyControlSkin() method in System.Web.UI.Page
2690 _theme.ApplyControlSkin(ctrl); in ApplyControlSkin()
2696 _styleSheet.ApplyControlSkin(ctrl); in ApplyControlStyleSheet()
H A DControl.cs1497 page.ApplyControlSkin(this); in ApplySkin()