4 references to IsSelectionEnabled
PresentationFramework (4)
System\Windows\Controls\Primitives\DocumentViewerBase.cs (4)
63SetFlags(true, Flags.IsSelectionEnabled); 708get { return CheckFlags(Flags.IsSelectionEnabled); } 711SetFlags(value, Flags.IsSelectionEnabled); 1609if (_document is IServiceProvider && CheckFlags(Flags.IsSelectionEnabled))