3 implementations of GetDesiredTransform
PresentationFramework (3)
src\Framework\MS\Internal\Annotations\Component\HighlightComponent.cs (1)
222public GeneralTransform GetDesiredTransform(GeneralTransform transform)
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (1)
197public GeneralTransform GetDesiredTransform(GeneralTransform transform)
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
1012GeneralTransform IAnnotationComponent.GetDesiredTransform(GeneralTransform transform)
1 reference to GetDesiredTransform
PresentationFramework (1)
src\Framework\MS\Internal\Annotations\Component\AnnotationAdorner.cs (1)
75GeneralTransform compTransform = _annotationComponent.GetDesiredTransform(transform);