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