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