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