2 references to IsFindEnabled
PresentationFramework (2)
System\Windows\Controls\FlowDocumentReader.cs (2)
512
/// <see cref="
IsFindEnabled
"/>
1868
get { return ((_findToolBarHost != null) &&
IsFindEnabled
&& (Document != null)); }