6 references to IsSourceWindowNull
PresentationFramework (6)
src\Framework\System\Windows\Window.cs (6)
2344
return _swh.
IsSourceWindowNull
;
7915
Debug.Assert(
IsSourceWindowNull
!= true, "IsSourceWindowNull cannot be true here");
8041
Debug.Assert(
IsSourceWindowNull
== false , "Should only be invoked when we know Handle is non-null" );
8060
Debug.Assert(
IsSourceWindowNull
== false , "Should only be invoked when we know Handle is non-null" );
8095
Debug.Assert(
IsSourceWindowNull
== false , "IsSourceWindowNull can't be true here");
8119
Debug.Assert(
IsSourceWindowNull
== false , "IsSourceWindowNull can't be true here");