6 references to ConvertModeToViewId
PresentationFramework (6)
System\Windows\Automation\Peers\FlowDocumentReaderAutomationPeer.cs (6)
105ConvertModeToViewId(newMode), ConvertModeToViewId(oldMode)); 163if (single) { views[count++] = ConvertModeToViewId(FlowDocumentReaderViewingMode.Page); } 164if (facing) { views[count++] = ConvertModeToViewId(FlowDocumentReaderViewingMode.TwoPage); } 165if (scroll) { views[count++] = ConvertModeToViewId(FlowDocumentReaderViewingMode.Scroll); } 247get { return ConvertModeToViewId(FlowDocumentReader.ViewingMode); }