4 references to IsSelectionEnabled
PresentationFramework (4)
System\Windows\Controls\Primitives\DocumentViewerBase.cs (4)
75SetFlags(true, Flags.IsSelectionEnabled); 723get { return CheckFlags(Flags.IsSelectionEnabled); } 726SetFlags(value, Flags.IsSelectionEnabled); 1640if (_document is IServiceProvider && CheckFlags(Flags.IsSelectionEnabled))