11 references to FlowDocumentReader
PresentationFramework (11)
src\Framework\System\Windows\Automation\Peers\FlowDocumentReaderAutomationPeer.cs (11)
124newFacing = oldFacing = FlowDocumentReader.IsTwoPageViewEnabled; 125newScroll = oldScroll = FlowDocumentReader.IsScrollViewEnabled; 129newSingle = oldSingle = FlowDocumentReader.IsPageViewEnabled; 132newScroll = oldScroll = FlowDocumentReader.IsScrollViewEnabled; 136newSingle = oldSingle = FlowDocumentReader.IsPageViewEnabled; 137newFacing = oldFacing = FlowDocumentReader.IsTwoPageViewEnabled; 240FlowDocumentReader.ViewingMode = ConvertViewIdToMode(viewId); 249get { return ConvertModeToViewId(FlowDocumentReader.ViewingMode); } 258FlowDocumentReader.IsPageViewEnabled, 259FlowDocumentReader.IsTwoPageViewEnabled, 260FlowDocumentReader.IsScrollViewEnabled);