17 references to ZoomComboBox
PresentationUI (17)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (17)
1119ZoomComboBox.SetBinding(ZoomComboBox.ZoomProperty, bind); 1121ZoomComboBox.LostKeyboardFocus += new KeyboardFocusChangedEventHandler(OnZoomComboBoxLostFocus); 1122ZoomComboBox.SelectionChanged += new SelectionChangedEventHandler(OnZoomComboBoxSelectionChanged); 1123ZoomComboBox.ZoomValueEdited += new EventHandler(OnZoomComboBoxValueEdited); 1124ZoomComboBox.ZoomValueEditCancelled += new EventHandler(OnZoomComboBoxEditCancelled); 1126ZoomComboBox.Name = _zoomComboBoxName; 1177ZoomComboBox.TabIndex = tabIndex++; 1202(ZoomComboBox != null) && 1668if (sender == ZoomComboBox) 1673ZoomComboBox.TextBox.Select(0, 0); 1684if (sender == ZoomComboBox) 1688if (ZoomComboBox.ProcessSelections) 1690ComboBoxItem cbItem = ZoomComboBox.SelectedItem as ComboBoxItem; 1722ZoomComboBox.SelectedIndex = -1; 1738if (StringToZoomValue(ZoomComboBox.Text, out result)) 1766ZoomComboBox.SetZoom(Zoom); 1837ZoomComboBox.Items.Add(newItem);