1 write to _peer
PresentationCore (1)
Core\CSharp\MS\Internal\Automation\WindowProviderWrapper.cs (1)
50
_peer
= peer;
9 references to _peer
PresentationCore (9)
Core\CSharp\MS\Internal\Automation\WindowProviderWrapper.cs (9)
67
ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( SetVisualState ), state );
72
ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( Close ), null );
77
return (bool)ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( WaitForInputIdle ), milliseconds );
84
return (bool) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetMaximizable ), null );
92
return (bool) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetMinimizable ), null );
100
return (bool) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetIsModal ), null );
108
return (WindowVisualState) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetVisualState ), null );
116
return (WindowInteractionState) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetInteractionState ), null );
124
return (bool) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetIsTopmost ), null );