4 references to FetchAnnotationsAsBatchProperty
PresentationFramework (4)
src\Framework\MS\Internal\Annotations\Anchoring\DataIdProcessor.cs (4)
96bool fetchAsBatch = (bool) node.GetValue(FetchAnnotationsAsBatchProperty); 136bool fetchAsBatch = (bool) node.GetValue(FetchAnnotationsAsBatchProperty); 356d.SetValue(FetchAnnotationsAsBatchProperty, id); 373return (bool)d.GetValue(FetchAnnotationsAsBatchProperty);