View | Details | Raw Unified | Return to bug 428698
Collapse All | Expand All

(-)UIAutomationWinforms/Mono.UIAutomation.Winforms/StatusBarProvider.cs (-2 lines)
Lines 183-190 Link Here
183
			{
183
			{
184
				this.statusBarPanel = statusBarPanel;
184
				this.statusBarPanel = statusBarPanel;
185
				
185
				
186
				SetBehavior (TextPatternIdentifiers.Pattern,
187
				             new StatusBarPanelTextProviderBehavior (this));
188
				SetBehavior (ValuePatternIdentifiers.Pattern,
186
				SetBehavior (ValuePatternIdentifiers.Pattern,
189
				             new StatusBarPanelValueProviderBehavior (this));
187
				             new StatusBarPanelValueProviderBehavior (this));
190
			}
188
			}
(-)UIAutomationWinforms/Mono.UIAutomation.Winforms.mdp (-4 / +1 lines)
Lines 1-4 Link Here
1
<Project name="Mono.UIAutomation.Winforms" fileversion="2.0" language="C#" UseParentDirectoryAsNamespace="True" DefaultNamespace="Mono.UIAutomation.Winforms" clr-version="Net_2_0" ctype="DotNetProject">
1
<Project name="Mono.UIAutomation.Winforms" fileversion="2.0" language="C#" DefaultNamespace="Mono.UIAutomation.Winforms" clr-version="Net_2_0" UseParentDirectoryAsNamespace="True" ctype="DotNetProject">
2
  <Configurations active="Debug">
2
  <Configurations active="Debug">
3
    <Configuration name="Debug" ctype="DotNetProjectConfiguration">
3
    <Configuration name="Debug" ctype="DotNetProjectConfiguration">
4
      <Output directory="bin/Debug" signAssembly="True" assemblyKeyFile="../../mono-uia.snk" assembly="UIAutomationWinforms" />
4
      <Output directory="bin/Debug" signAssembly="True" assemblyKeyFile="../../mono-uia.snk" assembly="UIAutomationWinforms" />
Lines 107-113 Link Here
107
    <File name="Mono.UIAutomation.Winforms.Behaviors/TextBox/ValueProviderBehavior.cs" subtype="Code" buildaction="Compile" />
107
    <File name="Mono.UIAutomation.Winforms.Behaviors/TextBox/ValueProviderBehavior.cs" subtype="Code" buildaction="Compile" />
108
    <File name="Mono.UIAutomation.Winforms.Behaviors/ProgressBar/RangeValueProviderBehavior.cs" subtype="Code" buildaction="Compile" />
108
    <File name="Mono.UIAutomation.Winforms.Behaviors/ProgressBar/RangeValueProviderBehavior.cs" subtype="Code" buildaction="Compile" />
109
    <File name="Mono.UIAutomation.Winforms.Behaviors/ProviderBehavior.cs" subtype="Code" buildaction="Compile" />
109
    <File name="Mono.UIAutomation.Winforms.Behaviors/ProviderBehavior.cs" subtype="Code" buildaction="Compile" />
110
    <File name="Mono.UIAutomation.Winforms.Behaviors/ProgressBar/ValueProviderBehavior.cs" subtype="Code" buildaction="Compile" />
111
    <File name="Mono.UIAutomation.Winforms.Behaviors/LinkLabel/InvokeProviderBehavior.cs" subtype="Code" buildaction="Compile" />
110
    <File name="Mono.UIAutomation.Winforms.Behaviors/LinkLabel/InvokeProviderBehavior.cs" subtype="Code" buildaction="Compile" />
112
    <File name="Mono.UIAutomation.Winforms.Behaviors/NumericUpDown/RangeValueProviderBehavior.cs" subtype="Code" buildaction="Compile" />
111
    <File name="Mono.UIAutomation.Winforms.Behaviors/NumericUpDown/RangeValueProviderBehavior.cs" subtype="Code" buildaction="Compile" />
113
    <File name="Mono.UIAutomation.Winforms.Behaviors/ListItem/ScrollItemProviderBehavior.cs" subtype="Code" buildaction="Compile" />
112
    <File name="Mono.UIAutomation.Winforms.Behaviors/ListItem/ScrollItemProviderBehavior.cs" subtype="Code" buildaction="Compile" />
Lines 116-127 Link Here
116
    <File name="Mono.UIAutomation.Winforms.Behaviors/StatusBar/GridProviderBehavior.cs" subtype="Code" buildaction="Compile" />
115
    <File name="Mono.UIAutomation.Winforms.Behaviors/StatusBar/GridProviderBehavior.cs" subtype="Code" buildaction="Compile" />
117
    <File name="Mono.UIAutomation.Winforms.Events/AutomationLabeledByPropertyEvent.cs" subtype="Code" buildaction="Compile" />
116
    <File name="Mono.UIAutomation.Winforms.Events/AutomationLabeledByPropertyEvent.cs" subtype="Code" buildaction="Compile" />
118
    <File name="Mono.UIAutomation.Winforms.Events/AutomationIsKeyboardFocusablePropertyEvent.cs" subtype="Code" buildaction="Compile" />
117
    <File name="Mono.UIAutomation.Winforms.Events/AutomationIsKeyboardFocusablePropertyEvent.cs" subtype="Code" buildaction="Compile" />
119
    <File name="Mono.UIAutomation.Winforms.Events/ProgressBar/ValuePatternValueEvent.cs" subtype="Code" buildaction="Compile" />
120
    <File name="Mono.UIAutomation.Winforms.Behaviors/ListBox/SelectionProviderBehavior.cs" subtype="Code" buildaction="Compile" />
118
    <File name="Mono.UIAutomation.Winforms.Behaviors/ListBox/SelectionProviderBehavior.cs" subtype="Code" buildaction="Compile" />
121
    <File name="Mono.UIAutomation.Winforms.Events/ListBox/SelectionPatternCanSelectMultipleEvent.cs" subtype="Code" buildaction="Compile" />
119
    <File name="Mono.UIAutomation.Winforms.Events/ListBox/SelectionPatternCanSelectMultipleEvent.cs" subtype="Code" buildaction="Compile" />
122
    <File name="Mono.UIAutomation.Winforms.Events/ListBox/SelectionPatternSelectionEvent.cs" subtype="Code" buildaction="Compile" />
120
    <File name="Mono.UIAutomation.Winforms.Events/ListBox/SelectionPatternSelectionEvent.cs" subtype="Code" buildaction="Compile" />
123
    <File name="Mono.UIAutomation.Winforms.Events/ListBox/SelectionPatternInvalidatedEvent.cs" subtype="Code" buildaction="Compile" />
121
    <File name="Mono.UIAutomation.Winforms.Events/ListBox/SelectionPatternInvalidatedEvent.cs" subtype="Code" buildaction="Compile" />
124
    <File name="Mono.UIAutomation.Winforms.Behaviors/StatusBar/StatusBarPanelTextProviderBehavior.cs" subtype="Code" buildaction="Compile" />
125
    <File name="Mono.UIAutomation.Winforms.Behaviors/StatusBar/StatusBarPanelValueProviderBehavior.cs" subtype="Code" buildaction="Compile" />
122
    <File name="Mono.UIAutomation.Winforms.Behaviors/StatusBar/StatusBarPanelValueProviderBehavior.cs" subtype="Code" buildaction="Compile" />
126
    <File name="Mono.UIAutomation.Winforms.Behaviors/ComboBox/SelectionProviderBehavior.cs" subtype="Code" buildaction="Compile" />
123
    <File name="Mono.UIAutomation.Winforms.Behaviors/ComboBox/SelectionProviderBehavior.cs" subtype="Code" buildaction="Compile" />
127
    <File name="Mono.UIAutomation.Winforms.Events/ComboBox/SelectionPatternInvalidatedEvent.cs" subtype="Code" buildaction="Compile" />
124
    <File name="Mono.UIAutomation.Winforms.Events/ComboBox/SelectionPatternInvalidatedEvent.cs" subtype="Code" buildaction="Compile" />
(-)UIAutomationWinforms/Makefile.am (-3 lines)
Lines 63-76 Link Here
63
	Mono.UIAutomation.Winforms.Behaviors/ListView/MultipleViewProviderBehavior.cs \
63
	Mono.UIAutomation.Winforms.Behaviors/ListView/MultipleViewProviderBehavior.cs \
64
	Mono.UIAutomation.Winforms.Behaviors/NumericUpDown/RangeValueProviderBehavior.cs \
64
	Mono.UIAutomation.Winforms.Behaviors/NumericUpDown/RangeValueProviderBehavior.cs \
65
	Mono.UIAutomation.Winforms.Behaviors/ProgressBar/RangeValueProviderBehavior.cs \
65
	Mono.UIAutomation.Winforms.Behaviors/ProgressBar/RangeValueProviderBehavior.cs \
66
	Mono.UIAutomation.Winforms.Behaviors/ProgressBar/ValueProviderBehavior.cs \
67
	Mono.UIAutomation.Winforms.Behaviors/ProviderBehavior.cs \
66
	Mono.UIAutomation.Winforms.Behaviors/ProviderBehavior.cs \
68
	Mono.UIAutomation.Winforms.Behaviors/RadioButton/SelectionItemProviderBehavior.cs \
67
	Mono.UIAutomation.Winforms.Behaviors/RadioButton/SelectionItemProviderBehavior.cs \
69
	Mono.UIAutomation.Winforms.Behaviors/RadioButton/SelectionProviderBehavior.cs \
68
	Mono.UIAutomation.Winforms.Behaviors/RadioButton/SelectionProviderBehavior.cs \
70
	Mono.UIAutomation.Winforms.Behaviors/ScrollBar/ButtonInvokeProviderBehavior.cs \
69
	Mono.UIAutomation.Winforms.Behaviors/ScrollBar/ButtonInvokeProviderBehavior.cs \
71
	Mono.UIAutomation.Winforms.Behaviors/ScrollBar/RangeValueProviderBehavior.cs \
70
	Mono.UIAutomation.Winforms.Behaviors/ScrollBar/RangeValueProviderBehavior.cs \
72
	Mono.UIAutomation.Winforms.Behaviors/StatusBar/GridProviderBehavior.cs \
71
	Mono.UIAutomation.Winforms.Behaviors/StatusBar/GridProviderBehavior.cs \
73
	Mono.UIAutomation.Winforms.Behaviors/StatusBar/StatusBarPanelTextProviderBehavior.cs \
74
	Mono.UIAutomation.Winforms.Behaviors/StatusBar/StatusBarPanelValueProviderBehavior.cs \
72
	Mono.UIAutomation.Winforms.Behaviors/StatusBar/StatusBarPanelValueProviderBehavior.cs \
75
	Mono.UIAutomation.Winforms.Behaviors/TextBox/ScrollProviderBehavior.cs \
73
	Mono.UIAutomation.Winforms.Behaviors/TextBox/ScrollProviderBehavior.cs \
76
	Mono.UIAutomation.Winforms.Behaviors/TextBox/TextProviderBehavior.cs \
74
	Mono.UIAutomation.Winforms.Behaviors/TextBox/TextProviderBehavior.cs \
Lines 115-121 Link Here
115
	Mono.UIAutomation.Winforms.Events/ListBox/SelectionPatternSelectionEvent.cs \
113
	Mono.UIAutomation.Winforms.Events/ListBox/SelectionPatternSelectionEvent.cs \
116
	Mono.UIAutomation.Winforms.Events/ListItem/TogglePatternToggleStateEvent.cs \
114
	Mono.UIAutomation.Winforms.Events/ListItem/TogglePatternToggleStateEvent.cs \
117
	Mono.UIAutomation.Winforms.Events/ProgressBar/RangeValuePatternValueEvent.cs \
115
	Mono.UIAutomation.Winforms.Events/ProgressBar/RangeValuePatternValueEvent.cs \
118
	Mono.UIAutomation.Winforms.Events/ProgressBar/ValuePatternValueEvent.cs \
119
	Mono.UIAutomation.Winforms.Events/ProviderEvent.cs \
116
	Mono.UIAutomation.Winforms.Events/ProviderEvent.cs \
120
	Mono.UIAutomation.Winforms.Events/ProviderEventType.cs \
117
	Mono.UIAutomation.Winforms.Events/ProviderEventType.cs \
121
	Mono.UIAutomation.Winforms.Events/ScrollBar/ButtonInvokePatternInvokedEvent.cs \
118
	Mono.UIAutomation.Winforms.Events/ScrollBar/ButtonInvokePatternInvokedEvent.cs \

Return to bug 428698