17 references to ZoomComboBox
PresentationUI (17)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (17)
1119
ZoomComboBox
.SetBinding(ZoomComboBox.ZoomProperty, bind);
1121
ZoomComboBox
.LostKeyboardFocus += new KeyboardFocusChangedEventHandler(OnZoomComboBoxLostFocus);
1122
ZoomComboBox
.SelectionChanged += new SelectionChangedEventHandler(OnZoomComboBoxSelectionChanged);
1123
ZoomComboBox
.ZoomValueEdited += new EventHandler(OnZoomComboBoxValueEdited);
1124
ZoomComboBox
.ZoomValueEditCancelled += new EventHandler(OnZoomComboBoxEditCancelled);
1126
ZoomComboBox
.Name = _zoomComboBoxName;
1177
ZoomComboBox
.TabIndex = tabIndex++;
1202
(
ZoomComboBox
!= null) &&
1668
if (sender ==
ZoomComboBox
)
1673
ZoomComboBox
.TextBox.Select(0, 0);
1684
if (sender ==
ZoomComboBox
)
1688
if (
ZoomComboBox
.ProcessSelections)
1690
ComboBoxItem cbItem =
ZoomComboBox
.SelectedItem as ComboBoxItem;
1722
ZoomComboBox
.SelectedIndex = -1;
1738
if (StringToZoomValue(
ZoomComboBox
.Text, out result))
1766
ZoomComboBox
.SetZoom(Zoom);
1837
ZoomComboBox
.Items.Add(newItem);