static ChatToolbarScrollRightButtonElement()
 {
     ItemStateManagerFactoryRegistry.AddStateManagerFactory((ItemStateManagerFactoryBase) new ItemStateManagerFactory(), typeof(ChatToolbarScrollRightButtonElement));
 }
Beispiel #2
0
 static TabStripPinButtonItem()
 {
     ItemStateManagerFactoryRegistry.AddStateManagerFactory((ItemStateManagerFactoryBase) new TabStripPinButtonItemStateManager(), typeof(TabStripPinButtonItem));
 }
Beispiel #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();
 }
Beispiel #5
0
 static BackstageVisualElement()
 {
     ItemStateManagerFactoryRegistry.AddStateManagerFactory((ItemStateManagerFactoryBase) new BackstageItemStateManagerFactory(), typeof(BackstageVisualElement));
 }
Beispiel #6
0
 static GanttViewBaseItemElement()
 {
     ItemStateManagerFactoryRegistry.AddStateManagerFactory((ItemStateManagerFactoryBase) new GanttViewBaseItemElementStateManager(), typeof(GanttViewBaseItemElement));
 }
Beispiel #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));
 }
Beispiel #10
0
 static RadTileElement()
 {
     ItemStateManagerFactoryRegistry.AddStateManagerFactory((ItemStateManagerFactoryBase) new ItemStateManagerFactory(), typeof(RadTileElement));
 }
 static PropertyGridHelpTitleElement()
 {
     ItemStateManagerFactoryRegistry.AddStateManagerFactory(new ItemStateManagerFactory(), typeof(PropertyGridHelpTitleElement));
 }
Beispiel #12
0
 static SeparatorElement()
 {
     ItemStateManagerFactoryRegistry.AddStateManagerFactory((ItemStateManagerFactoryBase) new SeparatorElementStateManager(), typeof(SeparatorElement));
 }
Beispiel #13
0
 static WaitingBarSeparatorElement()
 {
     ItemStateManagerFactoryRegistry.AddStateManagerFactory(new WaitingBarSeparatorStateManager(), typeof(WaitingBarSeparatorElement));
 }
Beispiel #14
0
 static ChatSendButtonElement()
 {
     ItemStateManagerFactoryRegistry.AddStateManagerFactory((ItemStateManagerFactoryBase) new ItemStateManagerFactory(), typeof(ChatSendButtonElement));
 }
 static CommandBarToggleButton()
 {
     ItemStateManagerFactoryRegistry.AddStateManagerFactory(new CommandBarToggleButtonStateManagerFactory(), typeof(CommandBarToggleButton));
 }
Beispiel #16
0
 static CommandBarDropDownList()
 {
     ItemStateManagerFactoryRegistry.AddStateManagerFactory((ItemStateManagerFactoryBase) new ItemStateManagerFactory(), typeof(CommandBarDropDownList));
 }
Beispiel #17
0
 static RadCommandBarOverflowButton()
 {
     ItemStateManagerFactoryRegistry.AddStateManagerFactory(new RadCommandBarOverflowButtonStateManagerFactory(), typeof(RadCommandBarOverflowButton));
 }
Beispiel #18
0
 static RibbonFormElement()
 {
     ItemStateManagerFactoryRegistry.AddStateManagerFactory((ItemStateManagerFactoryBase) new RibbonFormElementStateManager(), typeof(RibbonFormElement));
 }
Beispiel #19
0
 static CommandBarSeparator()
 {
     ItemStateManagerFactoryRegistry.AddStateManagerFactory(new ItemStateManagerFactory(), typeof(CommandBarSeparator));
 }
Beispiel #20
0
 static CollapsiblePanelLayoutElement()
 {
     ItemStateManagerFactoryRegistry.AddStateManagerFactory((ItemStateManagerFactoryBase) new RadCollapsiblePanelElementStateManagerFactory(CollapsiblePanelLayoutElement.ExpandDirectionProperty, CollapsiblePanelLayoutElement.IsExpandedProperty), typeof(CollapsiblePanelLayoutElement));
 }
 static DetailListViewDataCellElement()
 {
     ItemStateManagerFactoryRegistry.AddStateManagerFactory(new ListViewDataCellStateManagerFactory(), typeof(DetailListViewDataCellElement));
 }
Beispiel #22
0
 static GridFilterButtonElement()
 {
     ItemStateManagerFactoryRegistry.AddStateManagerFactory((ItemStateManagerFactoryBase) new GridFilterButtonStateManagerFactory(), typeof(GridFilterButtonElement));
 }
Beispiel #23
0
 static StripViewItemContainer()
 {
     ItemStateManagerFactoryRegistry.AddStateManagerFactory((ItemStateManagerFactoryBase) new StripViewElementStateManager(), typeof(StripViewItemContainer));
 }
 static RadProgressBarElement()
 {
     ItemStateManagerFactoryRegistry.AddStateManagerFactory((ItemStateManagerFactoryBase) new RadProgressBarStateManager(), typeof(RadProgressBarElement));
 }
 static BaseListViewVisualItem()
 {
     ItemStateManagerFactoryRegistry.AddStateManagerFactory((ItemStateManagerFactoryBase) new ListViewVisualItemStateManagerFactory(), typeof(BaseListViewVisualItem));
 }
 static VirtualGridRowElement()
 {
     ItemStateManagerFactoryRegistry.AddStateManagerFactory((ItemStateManagerFactoryBase) new VirtualGridRowElementStateManagerFactory(), typeof(VirtualGridRowElement));
 }
Beispiel #27
0
 static TrackBarThumb()
 {
     ItemStateManagerFactoryRegistry.AddStateManagerFactory((ItemStateManagerFactoryBase) new ItemStateManagerFactory(), typeof(TrackBarThumb));
 }
 static RadProgressBarElement()
 {
     new Themes.ControlDefault.ProgressBar().DeserializeTheme();
     ItemStateManagerFactoryRegistry.AddStateManagerFactory(new RadProgressBarStateManager(), typeof(RadProgressBarElement));
 }
 static CommandBarLabel()
 {
     ItemStateManagerFactoryRegistry.AddStateManagerFactory(new ItemStateManagerFactory(), typeof(CommandBarLabel));
 }
Beispiel #30
0
 static ScrollBarThumb()
 {
     ItemStateManagerFactoryRegistry.AddStateManagerFactory(new ScrollBarThumbStateManager(), typeof(ScrollBarThumb));
 }