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