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