24 references to Click
PresentationFramework (10)
System\Windows\Controls\DatePicker.cs (2)
665
_dropDownButton.
Click
-= DropDownButton_Click;
696
_dropDownButton.
Click
+= DropDownButton_Click;
System\Windows\Controls\Primitives\CalendarItem.cs (8)
150
this._previousButton?.
Click
-= new RoutedEventHandler(PreviousButton_Click);
151
this._nextButton?.
Click
-= new RoutedEventHandler(NextButton_Click);
152
this._headerButton?.
Click
-= new RoutedEventHandler(HeaderButton_Click);
177
this._previousButton.
Click
+= new RoutedEventHandler(PreviousButton_Click);
189
this._nextButton.
Click
+= new RoutedEventHandler(NextButton_Click);
192
this._headerButton?.
Click
+= new RoutedEventHandler(HeaderButton_Click);
951
dayCell.
Click
+= new RoutedEventHandler(Cell_Clicked);
979
monthCell.
Click
+= new RoutedEventHandler(Month_Clicked);
PresentationUI (10)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
958
_infoBarCloseButton?.
Click
+= OnInfoBarCloseClicked;
src\wpf\artifacts\obj\PresentationUI\x64\Release\net11.0\InstallationError.g.cs (3)
152
this.LogFileButton.
Click
+= new System.Windows.RoutedEventHandler(this.OnShowLog);
161
this.RetryButton.
Click
+= new System.Windows.RoutedEventHandler(this.OnRetry);
170
this.GetWinFXButton.
Click
+= new System.Windows.RoutedEventHandler(this.OnGetWinFX);
src\wpf\artifacts\obj\PresentationUI\x64\Release\net11.0\MS\Internal\Documents\FindToolBar.g.cs (2)
223
this.FindPreviousButton.
Click
+= new System.Windows.RoutedEventHandler(this.OnFindPreviousClick);
232
this.FindNextButton.
Click
+= new System.Windows.RoutedEventHandler(this.OnFindNextClick);
src\wpf\artifacts\obj\PresentationUI\x64\Release\net11.0\TenFeetInstallationError.g.cs (3)
163
this.LogFileButton.
Click
+= new System.Windows.RoutedEventHandler(this.OnShowLog);
172
this.RetryButton.
Click
+= new System.Windows.RoutedEventHandler(this.OnRetry);
181
this.GetWinFXButton.
Click
+= new System.Windows.RoutedEventHandler(this.OnGetWinFX);
src\wpf\artifacts\obj\PresentationUI\x64\Release\net11.0\TenFeetInstallationProgress.g.cs (1)
158
this.CancelButton.
Click
+= new System.Windows.RoutedEventHandler(this.OnCancel);
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\Ribbon\RibbonSplitButton.cs (2)
55
_headerButton?.
Click
-= new RoutedEventHandler(OnHeaderClicked);
57
_headerButton?.
Click
+= new RoutedEventHandler(OnHeaderClicked);
Microsoft\Windows\Controls\Ribbon\RibbonSplitMenuItem.cs (2)
158
_headerButton?.
Click
-= new RoutedEventHandler(OnHeaderClicked);
160
_headerButton?.
Click
+= new RoutedEventHandler(OnHeaderClicked);