11 references to FlowDocumentReader
PresentationFramework (11)
System\Windows\Automation\Peers\FlowDocumentReaderAutomationPeer.cs (11)
121newFacing = oldFacing = FlowDocumentReader.IsTwoPageViewEnabled; 122newScroll = oldScroll = FlowDocumentReader.IsScrollViewEnabled; 126newSingle = oldSingle = FlowDocumentReader.IsPageViewEnabled; 129newScroll = oldScroll = FlowDocumentReader.IsScrollViewEnabled; 133newSingle = oldSingle = FlowDocumentReader.IsPageViewEnabled; 134newFacing = oldFacing = FlowDocumentReader.IsTwoPageViewEnabled; 237FlowDocumentReader.ViewingMode = ConvertViewIdToMode(viewId); 246get { return ConvertModeToViewId(FlowDocumentReader.ViewingMode); } 255FlowDocumentReader.IsPageViewEnabled, 256FlowDocumentReader.IsTwoPageViewEnabled, 257FlowDocumentReader.IsScrollViewEnabled);