17 references to ZoomComboBox
PresentationUI (17)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (17)
1116ZoomComboBox.SetBinding(ZoomComboBox.ZoomProperty, bind); 1118ZoomComboBox.LostKeyboardFocus += new KeyboardFocusChangedEventHandler(OnZoomComboBoxLostFocus); 1119ZoomComboBox.SelectionChanged += new SelectionChangedEventHandler(OnZoomComboBoxSelectionChanged); 1120ZoomComboBox.ZoomValueEdited += new EventHandler(OnZoomComboBoxValueEdited); 1121ZoomComboBox.ZoomValueEditCancelled += new EventHandler(OnZoomComboBoxEditCancelled); 1123ZoomComboBox.Name = _zoomComboBoxName; 1176ZoomComboBox.TabIndex = tabIndex++; 1201(ZoomComboBox != null) && 1667if (sender == ZoomComboBox) 1672ZoomComboBox.TextBox.Select(0, 0); 1683if (sender == ZoomComboBox) 1687if (ZoomComboBox.ProcessSelections) 1689ComboBoxItem cbItem = ZoomComboBox.SelectedItem as ComboBoxItem; 1721ZoomComboBox.SelectedIndex = -1; 1737if (StringToZoomValue(ZoomComboBox.Text, out result)) 1765ZoomComboBox.SetZoom(Zoom); 1837ZoomComboBox.Items.Add(newItem);