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