3 implementations of GetDesiredTransform
PresentationFramework (3)
MS\Internal\Annotations\Component\HighlightComponent.cs (1)
204public GeneralTransform GetDesiredTransform(GeneralTransform transform)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
182public GeneralTransform GetDesiredTransform(GeneralTransform transform)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
986GeneralTransform IAnnotationComponent.GetDesiredTransform(GeneralTransform transform)
1 reference to GetDesiredTransform
PresentationFramework (1)
MS\Internal\Annotations\Component\AnnotationAdorner.cs (1)
66GeneralTransform compTransform = _annotationComponent.GetDesiredTransform(transform);