3 references to IsTwoPageViewEnabledProperty
PresentationFramework (3)
src\Framework\System\Windows\Automation\Peers\FlowDocumentReaderAutomationPeer.cs (1)
127
else if (e.Property == FlowDocumentReader.
IsTwoPageViewEnabledProperty
)
src\Framework\System\Windows\Controls\FlowDocumentReader.cs (2)
238
get { return (bool)GetValue(
IsTwoPageViewEnabledProperty
); }
239
set { SetValue(
IsTwoPageViewEnabledProperty
, BooleanBoxes.Box(value)); }