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