1 instantiation of ZoomComboBox
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
704
_zoomComboBox = new
ZoomComboBox
();
10 references to ZoomComboBox
PresentationUI (10)
MS\Internal\Documents\Application\ZoomComboBox.cs (7)
35
IsTextSearchEnabledProperty.OverrideMetadata(typeof(
ZoomComboBox
), new FrameworkPropertyMetadata(false));
73
typeof(
ZoomComboBox
),
446
ZoomComboBox
zoomComboBox = (
ZoomComboBox
)d;
512
public ZoomComboBoxBoxAutomationPeer(
ZoomComboBox
owner)
548
ZoomComboBox
owner = (
ZoomComboBox
)Owner;
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (3)
692
private
ZoomComboBox
ZoomComboBox
1120
ZoomComboBox.SetBinding(
ZoomComboBox
.ZoomProperty, bind);
2209
private
ZoomComboBox
_zoomComboBox;