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