11 references to FlowDocumentReader
PresentationFramework (11)
System\Windows\Automation\Peers\FlowDocumentReaderAutomationPeer.cs (11)
118newFacing = oldFacing = FlowDocumentReader.IsTwoPageViewEnabled; 119newScroll = oldScroll = FlowDocumentReader.IsScrollViewEnabled; 123newSingle = oldSingle = FlowDocumentReader.IsPageViewEnabled; 126newScroll = oldScroll = FlowDocumentReader.IsScrollViewEnabled; 130newSingle = oldSingle = FlowDocumentReader.IsPageViewEnabled; 131newFacing = oldFacing = FlowDocumentReader.IsTwoPageViewEnabled; 234FlowDocumentReader.ViewingMode = ConvertViewIdToMode(viewId); 243get { return ConvertModeToViewId(FlowDocumentReader.ViewingMode); } 252FlowDocumentReader.IsPageViewEnabled, 253FlowDocumentReader.IsTwoPageViewEnabled, 254FlowDocumentReader.IsScrollViewEnabled);