3 references to IsPageViewEnabledProperty
PresentationFramework (3)
System\Windows\Automation\Peers\FlowDocumentReaderAutomationPeer.cs (1)
113if (e.Property == FlowDocumentReader.IsPageViewEnabledProperty)
System\Windows\Controls\FlowDocumentReader.cs (2)
222get { return (bool)GetValue(IsPageViewEnabledProperty); } 223set { SetValue(IsPageViewEnabledProperty, BooleanBoxes.Box(value)); }