6 references to IsSourceWindowNull
PresentationFramework (6)
System\Windows\Window.cs (6)
2272
return _swh.
IsSourceWindowNull
;
7445
Debug.Assert(!
IsSourceWindowNull
, "IsSourceWindowNull cannot be true here");
7536
Debug.Assert(!
IsSourceWindowNull
, "Should only be invoked when we know Handle is non-null" );
7546
Debug.Assert(!
IsSourceWindowNull
, "Should only be invoked when we know Handle is non-null" );
7571
Debug.Assert(!
IsSourceWindowNull
, "IsSourceWindowNull can't be true here");
7590
Debug.Assert(!
IsSourceWindowNull
, "IsSourceWindowNull can't be true here");