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)
150this._previousButton?.Click -= new RoutedEventHandler(PreviousButton_Click); 151this._nextButton?.Click -= new RoutedEventHandler(NextButton_Click); 152this._headerButton?.Click -= new RoutedEventHandler(HeaderButton_Click); 177this._previousButton.Click += new RoutedEventHandler(PreviousButton_Click); 189this._nextButton.Click += new RoutedEventHandler(NextButton_Click); 192this._headerButton?.Click += new RoutedEventHandler(HeaderButton_Click); 951dayCell.Click += new RoutedEventHandler(Cell_Clicked); 979monthCell.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)
152this.LogFileButton.Click += new System.Windows.RoutedEventHandler(this.OnShowLog); 161this.RetryButton.Click += new System.Windows.RoutedEventHandler(this.OnRetry); 170this.GetWinFXButton.Click += new System.Windows.RoutedEventHandler(this.OnGetWinFX);
src\wpf\artifacts\obj\PresentationUI\x64\Release\net11.0\MS\Internal\Documents\FindToolBar.g.cs (2)
223this.FindPreviousButton.Click += new System.Windows.RoutedEventHandler(this.OnFindPreviousClick); 232this.FindNextButton.Click += new System.Windows.RoutedEventHandler(this.OnFindNextClick);
src\wpf\artifacts\obj\PresentationUI\x64\Release\net11.0\TenFeetInstallationError.g.cs (3)
163this.LogFileButton.Click += new System.Windows.RoutedEventHandler(this.OnShowLog); 172this.RetryButton.Click += new System.Windows.RoutedEventHandler(this.OnRetry); 181this.GetWinFXButton.Click += new System.Windows.RoutedEventHandler(this.OnGetWinFX);
src\wpf\artifacts\obj\PresentationUI\x64\Release\net11.0\TenFeetInstallationProgress.g.cs (1)
158this.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);