4 references to IsSelectionEnabled
PresentationFramework (4)
System\Windows\Controls\Primitives\DocumentViewerBase.cs (4)
80SetFlags(true, Flags.IsSelectionEnabled); 728get { return CheckFlags(Flags.IsSelectionEnabled); } 731SetFlags(value, Flags.IsSelectionEnabled); 1645if (_document is IServiceProvider && CheckFlags(Flags.IsSelectionEnabled))