24 references to IsNotNull
PresentationFramework (24)
System\Windows\Shell\WindowChrome.cs (2)
72
Assert.
IsNotNull
(window);
329
Assert.
IsNotNull
(bp.DependencyProperty);
System\Windows\Shell\WindowChromeWorker.cs (11)
77
Assert.
IsNotNull
(_window);
109
Assert.
IsNotNull
(w);
110
Assert.
IsNotNull
(cw);
119
Assert.
IsNotNull
(window);
144
Assert.
IsNotNull
(_hwndSource);
163
Assert.
IsNotNull
(_hwndSource);
271
Assert.
IsNotNull
(_chromeInfo);
272
Assert.
IsNotNull
(_window);
924
Assert.
IsNotNull
(_window);
1113
Assert.
IsNotNull
(_window);
1133
Assert.
IsNotNull
(_window);
System\Windows\Standard\Debug.cs (1)
44
IsNotNull
(argument);
System\Windows\Standard\ErrorCodes.cs (2)
416
Assert.
IsNotNull
(e);
443
Assert.
IsNotNull
(e);
System\Windows\Standard\MessageWindow.cs (1)
160
Assert.
IsNotNull
(hwndWrapper);
System\Windows\Standard\NativeMethods.cs (1)
1600
Assert.
IsNotNull
(_cp);
System\Windows\Standard\Utilities.cs (4)
224
Assert.
IsNotNull
(property);
225
Assert.
IsNotNull
(listener);
237
Assert.
IsNotNull
(property);
238
Assert.
IsNotNull
(listener);
System\Windows\Standard\Verify.cs (2)
274
Assert.
IsNotNull
(parameter);
275
Assert.
IsNotNull
(interfaceType);