17 references to ZoomComboBox
PresentationUI (17)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (17)
1120ZoomComboBox.SetBinding(ZoomComboBox.ZoomProperty, bind); 1122ZoomComboBox.LostKeyboardFocus += new KeyboardFocusChangedEventHandler(OnZoomComboBoxLostFocus); 1123ZoomComboBox.SelectionChanged += new SelectionChangedEventHandler(OnZoomComboBoxSelectionChanged); 1124ZoomComboBox.ZoomValueEdited += new EventHandler(OnZoomComboBoxValueEdited); 1125ZoomComboBox.ZoomValueEditCancelled += new EventHandler(OnZoomComboBoxEditCancelled); 1127ZoomComboBox.Name = _zoomComboBoxName; 1180ZoomComboBox.TabIndex = tabIndex++; 1205(ZoomComboBox != null) && 1671if (sender == ZoomComboBox) 1676ZoomComboBox.TextBox.Select(0, 0); 1687if (sender == ZoomComboBox) 1691if (ZoomComboBox.ProcessSelections) 1693ComboBoxItem cbItem = ZoomComboBox.SelectedItem as ComboBoxItem; 1725ZoomComboBox.SelectedIndex = -1; 1741if (StringToZoomValue(ZoomComboBox.Text, out result)) 1769ZoomComboBox.SetZoom(Zoom); 1841ZoomComboBox.Items.Add(newItem);