11 references to FlowDocumentReader
PresentationFramework (11)
System\Windows\Automation\Peers\FlowDocumentReaderAutomationPeer.cs (11)
117newFacing = oldFacing = FlowDocumentReader.IsTwoPageViewEnabled; 118newScroll = oldScroll = FlowDocumentReader.IsScrollViewEnabled; 122newSingle = oldSingle = FlowDocumentReader.IsPageViewEnabled; 125newScroll = oldScroll = FlowDocumentReader.IsScrollViewEnabled; 129newSingle = oldSingle = FlowDocumentReader.IsPageViewEnabled; 130newFacing = oldFacing = FlowDocumentReader.IsTwoPageViewEnabled; 233FlowDocumentReader.ViewingMode = ConvertViewIdToMode(viewId); 242get { return ConvertModeToViewId(FlowDocumentReader.ViewingMode); } 251FlowDocumentReader.IsPageViewEnabled, 252FlowDocumentReader.IsTwoPageViewEnabled, 253FlowDocumentReader.IsScrollViewEnabled);