Example #1
0
 public TextPatternTextChangedEvent(StatusBarProvider.StatusBarPanelProvider provider)
     : base(provider,
            TextPatternIdentifiers.TextChangedEvent)
 {
 }
 public StatusBarPanelGridItemProviderBehavior(StatusBarProvider.StatusBarPanelProvider provider)
     : base(provider)
 {
     this.statusBarPanel = (SWF.StatusBarPanel)provider.Component;
 }
Example #3
0
 public AutomationNamePropertyEvent(StatusBarProvider.StatusBarPanelProvider provider)
     : base(provider, AutomationElementIdentifiers.NameProperty)
 {
 }