5 references to IsEnabled
PresentationFramework (5)
src\Framework\MS\Internal\Annotations\Anchoring\DataIdProcessor.cs (1)
400if (service != null && service.IsEnabled)
src\Framework\MS\Internal\Annotations\Anchoring\LocatorManager.cs (1)
314if (service == null || !service.IsEnabled)
src\Framework\System\Windows\Annotations\AnnotationHelper.cs (2)
1108if (!service.IsEnabled) 1149if (service != null && service.IsEnabled &&
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
972if ((service != null) && service.IsEnabled)