6 references to IsSourceWindowNull
PresentationFramework (6)
System\Windows\Window.cs (6)
2266
return _swh.
IsSourceWindowNull
;
7430
Debug.Assert(!
IsSourceWindowNull
, "IsSourceWindowNull cannot be true here");
7521
Debug.Assert(!
IsSourceWindowNull
, "Should only be invoked when we know Handle is non-null" );
7531
Debug.Assert(!
IsSourceWindowNull
, "Should only be invoked when we know Handle is non-null" );
7556
Debug.Assert(!
IsSourceWindowNull
, "IsSourceWindowNull can't be true here");
7575
Debug.Assert(!
IsSourceWindowNull
, "IsSourceWindowNull can't be true here");