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