6 references to DataIdProperty
PresentationFramework (6)
src\Framework\MS\Internal\Annotations\Anchoring\DataIdProcessor.cs (5)
95
object dataId = node.ReadLocalValue(DataIdProcessor.
DataIdProperty
);
135
object dataId = node.ReadLocalValue(DataIdProcessor.
DataIdProperty
);
313
d.SetValue(
DataIdProperty
, id);
329
return d.GetValue(
DataIdProperty
) as String;
448
String id = d.GetValue(
DataIdProperty
) as string;
src\Framework\System\Windows\Annotations\AnnotationService.cs (1)
638
internal static readonly DependencyProperty DataIdProperty = DataIdProcessor.
DataIdProperty
.AddOwner(typeof(AnnotationService));