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