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