4 references to FetchAnnotationsAsBatchProperty
PresentationFramework (4)
MS\Internal\Annotations\Anchoring\DataIdProcessor.cs (4)
79bool fetchAsBatch = (bool)node.GetValue(FetchAnnotationsAsBatchProperty); 118bool fetchAsBatch = (bool)node.GetValue(FetchAnnotationsAsBatchProperty); 331d.SetValue(FetchAnnotationsAsBatchProperty, id); 347return (bool)d.GetValue(FetchAnnotationsAsBatchProperty);