11 references to FlowDocumentReader
PresentationFramework (11)
src\Framework\System\Windows\Automation\Peers\FlowDocumentReaderAutomationPeer.cs (11)
124
newFacing = oldFacing =
FlowDocumentReader
.IsTwoPageViewEnabled;
125
newScroll = oldScroll =
FlowDocumentReader
.IsScrollViewEnabled;
129
newSingle = oldSingle =
FlowDocumentReader
.IsPageViewEnabled;
132
newScroll = oldScroll =
FlowDocumentReader
.IsScrollViewEnabled;
136
newSingle = oldSingle =
FlowDocumentReader
.IsPageViewEnabled;
137
newFacing = oldFacing =
FlowDocumentReader
.IsTwoPageViewEnabled;
240
FlowDocumentReader
.ViewingMode = ConvertViewIdToMode(viewId);
249
get { return ConvertModeToViewId(
FlowDocumentReader
.ViewingMode); }
258
FlowDocumentReader
.IsPageViewEnabled,
259
FlowDocumentReader
.IsTwoPageViewEnabled,
260
FlowDocumentReader
.IsScrollViewEnabled);