1 instantiation of ZoomComboBox
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
705
_zoomComboBox = new
ZoomComboBox
();
10 references to ZoomComboBox
PresentationUI (10)
MS\Internal\Documents\Application\ZoomComboBox.cs (7)
36
IsTextSearchEnabledProperty.OverrideMetadata(typeof(
ZoomComboBox
), new FrameworkPropertyMetadata(false));
74
typeof(
ZoomComboBox
),
447
ZoomComboBox
zoomComboBox = (
ZoomComboBox
)d;
513
public ZoomComboBoxBoxAutomationPeer(
ZoomComboBox
owner)
549
ZoomComboBox
owner = (
ZoomComboBox
)Owner;
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (3)
693
private
ZoomComboBox
ZoomComboBox
1121
ZoomComboBox.SetBinding(
ZoomComboBox
.ZoomProperty, bind);
2210
private
ZoomComboBox
_zoomComboBox;