7 references to TwoPage
PresentationFramework (7)
src\Framework\System\Windows\Automation\Peers\FlowDocumentReaderAutomationPeer.cs (2)
166if (facing) { views[count++] = ConvertModeToViewId(FlowDocumentReaderViewingMode.TwoPage); } 221else if (mode == FlowDocumentReaderViewingMode.TwoPage)
src\Framework\System\Windows\Controls\FlowDocumentReader.cs (5)
1153case FlowDocumentReaderViewingMode.TwoPage: 1181case FlowDocumentReaderViewingMode.TwoPage: 1286else if (str == FlowDocumentReaderViewingMode.TwoPage.ToString()) 1288mode = FlowDocumentReaderViewingMode.TwoPage; 1672value == FlowDocumentReaderViewingMode.TwoPage ||