1 instantiation of ZoomComboBox
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
719
_zoomComboBox = new
ZoomComboBox
();
10 references to ZoomComboBox
PresentationUI (10)
MS\Internal\Documents\Application\ZoomComboBox.cs (7)
42
IsTextSearchEnabledProperty.OverrideMetadata(typeof(
ZoomComboBox
), new FrameworkPropertyMetadata(false));
80
typeof(
ZoomComboBox
),
453
ZoomComboBox
zoomComboBox = (
ZoomComboBox
)d;
525
public ZoomComboBoxBoxAutomationPeer(
ZoomComboBox
owner)
561
ZoomComboBox
owner = (
ZoomComboBox
)Owner;
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (3)
707
private
ZoomComboBox
ZoomComboBox
1119
ZoomComboBox.SetBinding(
ZoomComboBox
.ZoomProperty, bind);
2217
private
ZoomComboBox
_zoomComboBox;