11 references to FlowDocumentReader
PresentationFramework (11)
System\Windows\Automation\Peers\FlowDocumentReaderAutomationPeer.cs (11)
117
newFacing = oldFacing =
FlowDocumentReader
.IsTwoPageViewEnabled;
118
newScroll = oldScroll =
FlowDocumentReader
.IsScrollViewEnabled;
122
newSingle = oldSingle =
FlowDocumentReader
.IsPageViewEnabled;
125
newScroll = oldScroll =
FlowDocumentReader
.IsScrollViewEnabled;
129
newSingle = oldSingle =
FlowDocumentReader
.IsPageViewEnabled;
130
newFacing = oldFacing =
FlowDocumentReader
.IsTwoPageViewEnabled;
233
FlowDocumentReader
.ViewingMode = ConvertViewIdToMode(viewId);
242
get { return ConvertModeToViewId(
FlowDocumentReader
.ViewingMode); }
251
FlowDocumentReader
.IsPageViewEnabled,
252
FlowDocumentReader
.IsTwoPageViewEnabled,
253
FlowDocumentReader
.IsScrollViewEnabled);