7 implementations of Resize
PresentationCore (1)
MS\Internal\Automation\TransformProviderWrapper.cs (1)
63
public void
Resize
( double width, double height )
PresentationFramework (3)
System\Windows\Automation\Peers\DataGridColumnHeaderItemAutomationPeer.cs (1)
169
void ITransformProvider.
Resize
(double width, double height)
System\Windows\Automation\Peers\GridSplitterAutomationPeer.cs (1)
50
void ITransformProvider.
Resize
(double width, double height)
System\Windows\Automation\Peers\GridViewColumnHeaderAutomationPeer.cs (1)
74
void ITransformProvider.
Resize
(double width, double height)
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Automation\Peers\RibbonMenuButtonAutomationPeer.cs (1)
239
void ITransformProvider.
Resize
(double width, double height)
Microsoft\Windows\Automation\Peers\RibbonMenuItemDataAutomationPeer.cs (1)
331
void ITransformProvider.
Resize
(double width, double height)
UIAutomationClient (1)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
768
void 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 ] );