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