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