3 implementations of GetDesiredTransform
PresentationFramework (3)
MS\Internal\Annotations\Component\HighlightComponent.cs (1)
212public GeneralTransform GetDesiredTransform(GeneralTransform transform)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
188public GeneralTransform GetDesiredTransform(GeneralTransform transform)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
996GeneralTransform IAnnotationComponent.GetDesiredTransform(GeneralTransform transform)
1 reference to GetDesiredTransform
PresentationFramework (1)
MS\Internal\Annotations\Component\AnnotationAdorner.cs (1)
69GeneralTransform compTransform = _annotationComponent.GetDesiredTransform(transform);