6 references to IsSourceWindowNull
PresentationFramework (6)
System\Windows\Window.cs (6)
2288
return _swh.
IsSourceWindowNull
;
7474
Debug.Assert(
IsSourceWindowNull
!= true, "IsSourceWindowNull cannot be true here");
7565
Debug.Assert(
IsSourceWindowNull
== false , "Should only be invoked when we know Handle is non-null" );
7575
Debug.Assert(
IsSourceWindowNull
== false , "Should only be invoked when we know Handle is non-null" );
7600
Debug.Assert(
IsSourceWindowNull
== false , "IsSourceWindowNull can't be true here");
7619
Debug.Assert(
IsSourceWindowNull
== false , "IsSourceWindowNull can't be true here");