7 implementations of Resize
PresentationCore (1)
MS\Internal\Automation\TransformProviderWrapper.cs (1)
63public void Resize( double width, double height )
PresentationFramework (3)
System\Windows\Automation\Peers\DataGridColumnHeaderItemAutomationPeer.cs (1)
169void ITransformProvider.Resize(double width, double height)
System\Windows\Automation\Peers\GridSplitterAutomationPeer.cs (1)
50void ITransformProvider.Resize(double width, double height)
System\Windows\Automation\Peers\GridViewColumnHeaderAutomationPeer.cs (1)
74void ITransformProvider.Resize(double width, double height)
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Automation\Peers\RibbonMenuButtonAutomationPeer.cs (1)
239void ITransformProvider.Resize(double width, double height)
Microsoft\Windows\Automation\Peers\RibbonMenuItemDataAutomationPeer.cs (1)
331void ITransformProvider.Resize(double width, double height)
UIAutomationClient (1)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
768void ITransformProvider.Resize( double width, double height )
1 reference to Resize
PresentationCore (1)
MS\Internal\Automation\TransformProviderWrapper.cs (1)
133_iface.Resize( args[ 0 ], args[ 1 ] );