1 instantiation of ZoomComboBox
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
712
_zoomComboBox = new
ZoomComboBox
();
10 references to ZoomComboBox
PresentationUI (10)
MS\Internal\Documents\Application\ZoomComboBox.cs (7)
40
IsTextSearchEnabledProperty.OverrideMetadata(typeof(
ZoomComboBox
), new FrameworkPropertyMetadata(false));
78
typeof(
ZoomComboBox
),
451
ZoomComboBox
zoomComboBox = (
ZoomComboBox
)d;
523
public ZoomComboBoxBoxAutomationPeer(
ZoomComboBox
owner)
559
ZoomComboBox
owner = (
ZoomComboBox
)Owner;
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (3)
700
private
ZoomComboBox
ZoomComboBox
1112
ZoomComboBox.SetBinding(
ZoomComboBox
.ZoomProperty, bind);
2210
private
ZoomComboBox
_zoomComboBox;