1 instantiation of DataIdProcessor
PresentationFramework (1)
src\Framework\MS\Internal\Annotations\Anchoring\LocatorManager.cs (1)
82RegisterSubTreeProcessor(new DataIdProcessor(this), DataIdProcessor.Id);
7 references to DataIdProcessor
PresentationFramework (7)
src\Framework\MS\Internal\Annotations\Anchoring\DataIdProcessor.cs (4)
95object dataId = node.ReadLocalValue(DataIdProcessor.DataIdProperty); 135object dataId = node.ReadLocalValue(DataIdProcessor.DataIdProperty); 295typeof(DataIdProcessor), 341typeof(DataIdProcessor),
src\Framework\MS\Internal\Annotations\Anchoring\LocatorManager.cs (2)
82RegisterSubTreeProcessor(new DataIdProcessor(this), DataIdProcessor.Id); 170return _subtreeProcessors[DataIdProcessor.Id] as SubTreeProcessor;
src\Framework\System\Windows\Annotations\AnnotationService.cs (1)
638internal static readonly DependencyProperty DataIdProperty = DataIdProcessor.DataIdProperty.AddOwner(typeof(AnnotationService));