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