4 references to IsSelectionEnabled
PresentationFramework (4)
src\Framework\System\Windows\Controls\Primitives\DocumentViewerBase.cs (4)
83SetFlags(true, Flags.IsSelectionEnabled); 740get { return CheckFlags(Flags.IsSelectionEnabled); } 743SetFlags(value, Flags.IsSelectionEnabled); 1657if (_document is IServiceProvider && CheckFlags(Flags.IsSelectionEnabled))