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