4 references to LayoutTransformProperty
PresentationFramework (4)
System\Windows\Controls\InkCanvas.cs (1)
279e.Property == FrameworkElement.LayoutTransformProperty)
System\Windows\Documents\TextSchema.cs (1)
1170FrameworkElement.LayoutTransformProperty,
System\Windows\FrameworkElement.cs (2)
3441get { return (Transform) GetValue(LayoutTransformProperty); } 3442set { SetValue(LayoutTransformProperty, value); }