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