4 references to FetchAnnotationsAsBatchProperty
PresentationFramework (4)
MS\Internal\Annotations\Anchoring\DataIdProcessor.cs (4)
67bool fetchAsBatch = (bool)node.GetValue(FetchAnnotationsAsBatchProperty); 106bool fetchAsBatch = (bool)node.GetValue(FetchAnnotationsAsBatchProperty); 317d.SetValue(FetchAnnotationsAsBatchProperty, id); 333return (bool)d.GetValue(FetchAnnotationsAsBatchProperty);