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