1 write to _peer
PresentationCore (1)
MS\Internal\Automation\WindowProviderWrapper.cs (1)
44
_peer
= peer;
9 references to _peer
PresentationCore (9)
MS\Internal\Automation\WindowProviderWrapper.cs (9)
61
ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( SetVisualState ), state );
66
ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( Close ), null );
71
return (bool)ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( WaitForInputIdle ), milliseconds );
78
return (bool) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetMaximizable ), null );
86
return (bool) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetMinimizable ), null );
94
return (bool) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetIsModal ), null );
102
return (WindowVisualState) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetVisualState ), null );
110
return (WindowInteractionState) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetInteractionState ), null );
118
return (bool) ElementUtil.Invoke(
_peer
, new DispatcherOperationCallback( GetIsTopmost ), null );