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