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