11 references to FlowDocumentReader
PresentationFramework (11)
System\Windows\Automation\Peers\FlowDocumentReaderAutomationPeer.cs (11)
122newFacing = oldFacing = FlowDocumentReader.IsTwoPageViewEnabled; 123newScroll = oldScroll = FlowDocumentReader.IsScrollViewEnabled; 127newSingle = oldSingle = FlowDocumentReader.IsPageViewEnabled; 130newScroll = oldScroll = FlowDocumentReader.IsScrollViewEnabled; 134newSingle = oldSingle = FlowDocumentReader.IsPageViewEnabled; 135newFacing = oldFacing = FlowDocumentReader.IsTwoPageViewEnabled; 238FlowDocumentReader.ViewingMode = ConvertViewIdToMode(viewId); 247get { return ConvertModeToViewId(FlowDocumentReader.ViewingMode); } 256FlowDocumentReader.IsPageViewEnabled, 257FlowDocumentReader.IsTwoPageViewEnabled, 258FlowDocumentReader.IsScrollViewEnabled);