6 references to ConvertModeToViewId
PresentationFramework (6)
System\Windows\Automation\Peers\FlowDocumentReaderAutomationPeer.cs (6)
100ConvertModeToViewId(newMode), ConvertModeToViewId(oldMode)); 158if (single) { views[count++] = ConvertModeToViewId(FlowDocumentReaderViewingMode.Page); } 159if (facing) { views[count++] = ConvertModeToViewId(FlowDocumentReaderViewingMode.TwoPage); } 160if (scroll) { views[count++] = ConvertModeToViewId(FlowDocumentReaderViewingMode.Scroll); } 242get { return ConvertModeToViewId(FlowDocumentReader.ViewingMode); }