3 implementations of GetDesiredTransform
PresentationFramework (3)
MS\Internal\Annotations\Component\HighlightComponent.cs (1)
203public GeneralTransform GetDesiredTransform(GeneralTransform transform)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
181public GeneralTransform GetDesiredTransform(GeneralTransform transform)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
985GeneralTransform IAnnotationComponent.GetDesiredTransform(GeneralTransform transform)
1 reference to GetDesiredTransform
PresentationFramework (1)
MS\Internal\Annotations\Component\AnnotationAdorner.cs (1)
65GeneralTransform compTransform = _annotationComponent.GetDesiredTransform(transform);