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