4 references to IsSelectionEnabled
PresentationFramework (4)
System\Windows\Controls\Primitives\DocumentViewerBase.cs (4)
64SetFlags(true, Flags.IsSelectionEnabled); 712get { return CheckFlags(Flags.IsSelectionEnabled); } 715SetFlags(value, Flags.IsSelectionEnabled); 1628if (_document is IServiceProvider && CheckFlags(Flags.IsSelectionEnabled))