4 references to FetchAnnotationsAsBatchProperty
PresentationFramework (4)
MS\Internal\Annotations\Anchoring\DataIdProcessor.cs (4)
68
bool fetchAsBatch = (bool)node.GetValue(
FetchAnnotationsAsBatchProperty
);
107
bool fetchAsBatch = (bool)node.GetValue(
FetchAnnotationsAsBatchProperty
);
318
d.SetValue(
FetchAnnotationsAsBatchProperty
, id);
334
return (bool)d.GetValue(
FetchAnnotationsAsBatchProperty
);