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