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