17 references to ZoomComboBox
PresentationUI (17)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (17)
1124ZoomComboBox.SetBinding(ZoomComboBox.ZoomProperty, bind); 1126ZoomComboBox.LostKeyboardFocus += new KeyboardFocusChangedEventHandler(OnZoomComboBoxLostFocus); 1127ZoomComboBox.SelectionChanged += new SelectionChangedEventHandler(OnZoomComboBoxSelectionChanged); 1128ZoomComboBox.ZoomValueEdited += new EventHandler(OnZoomComboBoxValueEdited); 1129ZoomComboBox.ZoomValueEditCancelled += new EventHandler(OnZoomComboBoxEditCancelled); 1131ZoomComboBox.Name = _zoomComboBoxName; 1184ZoomComboBox.TabIndex = tabIndex++; 1209(ZoomComboBox != null) && 1675if (sender == ZoomComboBox) 1680ZoomComboBox.TextBox.Select(0, 0); 1691if (sender == ZoomComboBox) 1695if (ZoomComboBox.ProcessSelections) 1697ComboBoxItem cbItem = ZoomComboBox.SelectedItem as ComboBoxItem; 1729ZoomComboBox.SelectedIndex = -1; 1745if (StringToZoomValue(ZoomComboBox.Text, out result)) 1773ZoomComboBox.SetZoom(Zoom); 1845ZoomComboBox.Items.Add(newItem);