8 references to AreEqual
PresentationFramework (8)
src\Framework\System\Windows\Shell\WindowChromeWorker.cs (5)
618Assert.AreEqual(hwnd, _hwnd); 1248Assert.AreEqual(topRightRegionRect.Right, windowSize.Width); 1256Assert.AreEqual(bottomLeftRegionRect.Bottom, windowSize.Height); 1264Assert.AreEqual(bottomRightRegionRect.Right, windowSize.Width); 1265Assert.AreEqual(bottomRightRegionRect.Bottom, windowSize.Height);
src\Framework\System\Windows\Standard\Debug.cs (1)
60AreEqual(expected, actual);
src\Framework\System\Windows\Standard\ErrorCodes.cs (1)
299Assert.AreEqual(code, code & 0xFFFF);
src\Framework\System\Windows\Standard\NativeMethods.cs (1)
2546Assert.AreEqual(IntPtr.Zero, p);