17 references to ZoomComboBox
PresentationUI (17)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (17)
1121ZoomComboBox.SetBinding(ZoomComboBox.ZoomProperty, bind); 1123ZoomComboBox.LostKeyboardFocus += new KeyboardFocusChangedEventHandler(OnZoomComboBoxLostFocus); 1124ZoomComboBox.SelectionChanged += new SelectionChangedEventHandler(OnZoomComboBoxSelectionChanged); 1125ZoomComboBox.ZoomValueEdited += new EventHandler(OnZoomComboBoxValueEdited); 1126ZoomComboBox.ZoomValueEditCancelled += new EventHandler(OnZoomComboBoxEditCancelled); 1128ZoomComboBox.Name = _zoomComboBoxName; 1181ZoomComboBox.TabIndex = tabIndex++; 1206(ZoomComboBox != null) && 1672if (sender == ZoomComboBox) 1677ZoomComboBox.TextBox.Select(0, 0); 1688if (sender == ZoomComboBox) 1692if (ZoomComboBox.ProcessSelections) 1694ComboBoxItem cbItem = ZoomComboBox.SelectedItem as ComboBoxItem; 1726ZoomComboBox.SelectedIndex = -1; 1742if (StringToZoomValue(ZoomComboBox.Text, out result)) 1770ZoomComboBox.SetZoom(Zoom); 1842ZoomComboBox.Items.Add(newItem);