static ChatToolbarScrollRightButtonElement()
 {
     ItemStateManagerFactoryRegistry.AddStateManagerFactory((ItemStateManagerFactoryBase) new ItemStateManagerFactory(), typeof(ChatToolbarScrollRightButtonElement));
 }
示例#2
0
 static TabStripPinButtonItem()
 {
     ItemStateManagerFactoryRegistry.AddStateManagerFactory((ItemStateManagerFactoryBase) new TabStripPinButtonItemStateManager(), typeof(TabStripPinButtonItem));
 }
示例#3
0
 static ToolbarActionElement()
 {
     ItemStateManagerFactoryRegistry.AddStateManagerFactory((ItemStateManagerFactoryBase) new ItemStateManagerFactory(), typeof(ToolbarActionElement));
 }
 static RadPageViewExplorerBarElement()
 {
     ItemStateManagerFactoryRegistry.AddStateManagerFactory(new StackViewElementStateManager(), typeof(RadPageViewExplorerBarElement));
     new ControlDefault_RadPageView_Telerik_WinControls_UI_RadPageViewExplorerBarElement().DeserializeTheme();
 }
示例#5
0
 static BackstageVisualElement()
 {
     ItemStateManagerFactoryRegistry.AddStateManagerFactory((ItemStateManagerFactoryBase) new BackstageItemStateManagerFactory(), typeof(BackstageVisualElement));
 }
示例#6
0
 static GanttViewBaseItemElement()
 {
     ItemStateManagerFactoryRegistry.AddStateManagerFactory((ItemStateManagerFactoryBase) new GanttViewBaseItemElementStateManager(), typeof(GanttViewBaseItemElement));
 }
示例#7
0
 static ToolbarTextBoxButton()
 {
     ItemStateManagerFactoryRegistry.AddStateManagerFactory((ItemStateManagerFactoryBase) new SearchBarTextBoxButtonStateManager(), typeof(ToolbarTextBoxButton));
 }
 static SplitContainerElement()
 {
     ItemStateManagerFactoryRegistry.AddStateManagerFactory(new SplitContainerElementStateManager(), typeof(SplitContainerElement));
 }
 static ToggleSwitchPartElement()
 {
     ItemStateManagerFactoryRegistry.AddStateManagerFactory((ItemStateManagerFactoryBase) new ItemStateManagerFactory(), typeof(ToggleSwitchPartElement));
 }
示例#10
0
 static RadTileElement()
 {
     ItemStateManagerFactoryRegistry.AddStateManagerFactory((ItemStateManagerFactoryBase) new ItemStateManagerFactory(), typeof(RadTileElement));
 }
 static PropertyGridHelpTitleElement()
 {
     ItemStateManagerFactoryRegistry.AddStateManagerFactory(new ItemStateManagerFactory(), typeof(PropertyGridHelpTitleElement));
 }
示例#12
0
 static SeparatorElement()
 {
     ItemStateManagerFactoryRegistry.AddStateManagerFactory((ItemStateManagerFactoryBase) new SeparatorElementStateManager(), typeof(SeparatorElement));
 }
示例#13
0
 static WaitingBarSeparatorElement()
 {
     ItemStateManagerFactoryRegistry.AddStateManagerFactory(new WaitingBarSeparatorStateManager(), typeof(WaitingBarSeparatorElement));
 }
示例#14
0
 static ChatSendButtonElement()
 {
     ItemStateManagerFactoryRegistry.AddStateManagerFactory((ItemStateManagerFactoryBase) new ItemStateManagerFactory(), typeof(ChatSendButtonElement));
 }
 static CommandBarToggleButton()
 {
     ItemStateManagerFactoryRegistry.AddStateManagerFactory(new CommandBarToggleButtonStateManagerFactory(), typeof(CommandBarToggleButton));
 }
示例#16
0
 static CommandBarDropDownList()
 {
     ItemStateManagerFactoryRegistry.AddStateManagerFactory((ItemStateManagerFactoryBase) new ItemStateManagerFactory(), typeof(CommandBarDropDownList));
 }
示例#17
0
 static RadCommandBarOverflowButton()
 {
     ItemStateManagerFactoryRegistry.AddStateManagerFactory(new RadCommandBarOverflowButtonStateManagerFactory(), typeof(RadCommandBarOverflowButton));
 }
示例#18
0
 static RibbonFormElement()
 {
     ItemStateManagerFactoryRegistry.AddStateManagerFactory((ItemStateManagerFactoryBase) new RibbonFormElementStateManager(), typeof(RibbonFormElement));
 }
示例#19
0
 static CommandBarSeparator()
 {
     ItemStateManagerFactoryRegistry.AddStateManagerFactory(new ItemStateManagerFactory(), typeof(CommandBarSeparator));
 }
示例#20
0
 static CollapsiblePanelLayoutElement()
 {
     ItemStateManagerFactoryRegistry.AddStateManagerFactory((ItemStateManagerFactoryBase) new RadCollapsiblePanelElementStateManagerFactory(CollapsiblePanelLayoutElement.ExpandDirectionProperty, CollapsiblePanelLayoutElement.IsExpandedProperty), typeof(CollapsiblePanelLayoutElement));
 }
 static DetailListViewDataCellElement()
 {
     ItemStateManagerFactoryRegistry.AddStateManagerFactory(new ListViewDataCellStateManagerFactory(), typeof(DetailListViewDataCellElement));
 }
示例#22
0
 static GridFilterButtonElement()
 {
     ItemStateManagerFactoryRegistry.AddStateManagerFactory((ItemStateManagerFactoryBase) new GridFilterButtonStateManagerFactory(), typeof(GridFilterButtonElement));
 }
示例#23
0
 static StripViewItemContainer()
 {
     ItemStateManagerFactoryRegistry.AddStateManagerFactory((ItemStateManagerFactoryBase) new StripViewElementStateManager(), typeof(StripViewItemContainer));
 }
示例#24
0
 static RadProgressBarElement()
 {
     ItemStateManagerFactoryRegistry.AddStateManagerFactory((ItemStateManagerFactoryBase) new RadProgressBarStateManager(), typeof(RadProgressBarElement));
 }
 static BaseListViewVisualItem()
 {
     ItemStateManagerFactoryRegistry.AddStateManagerFactory((ItemStateManagerFactoryBase) new ListViewVisualItemStateManagerFactory(), typeof(BaseListViewVisualItem));
 }
示例#26
0
 static VirtualGridRowElement()
 {
     ItemStateManagerFactoryRegistry.AddStateManagerFactory((ItemStateManagerFactoryBase) new VirtualGridRowElementStateManagerFactory(), typeof(VirtualGridRowElement));
 }
示例#27
0
 static TrackBarThumb()
 {
     ItemStateManagerFactoryRegistry.AddStateManagerFactory((ItemStateManagerFactoryBase) new ItemStateManagerFactory(), typeof(TrackBarThumb));
 }
示例#28
0
 static RadProgressBarElement()
 {
     new Themes.ControlDefault.ProgressBar().DeserializeTheme();
     ItemStateManagerFactoryRegistry.AddStateManagerFactory(new RadProgressBarStateManager(), typeof(RadProgressBarElement));
 }
示例#29
0
 static CommandBarLabel()
 {
     ItemStateManagerFactoryRegistry.AddStateManagerFactory(new ItemStateManagerFactory(), typeof(CommandBarLabel));
 }
示例#30
0
 static ScrollBarThumb()
 {
     ItemStateManagerFactoryRegistry.AddStateManagerFactory(new ScrollBarThumbStateManager(), typeof(ScrollBarThumb));
 }