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