SYMBOL INDEX (30 symbols across 4 files) FILE: AppBarExample/App.xaml.cs class App (line 8) | public partial class App : Application FILE: AppBarExample/MainWindow.xaml.cs class MainWindow (line 11) | public partial class MainWindow : Window method MainWindow (line 13) | public MainWindow() method Normal_OnClick (line 18) | private void Normal_OnClick(object sender, RoutedEventArgs e) method AppBar_OnClick (line 25) | private void AppBar_OnClick(object sender, RoutedEventArgs e) FILE: WpfAppBar/AppBarFunctions.cs type ABEdge (line 10) | public enum ABEdge : int class AppBarFunctions (line 19) | public static class AppBarFunctions class RegisterInfo (line 22) | private class RegisterInfo method WndProc (line 38) | public IntPtr WndProc(IntPtr hwnd, int msg, IntPtr wParam, method GetRegisterInfo (line 55) | private static RegisterInfo GetRegisterInfo(Window appbarWindow) method RestoreWindow (line 84) | private static void RestoreWindow(Window appbarWindow) method SetAppBar (line 101) | public static void SetAppBar(Window appbarWindow, ABEdge edge, Framewo... method DoResize (line 159) | private static void DoResize(Window appbarWindow, Rect rect) method ABSetPos (line 167) | private static void ABSetPos(RegisterInfo info, Window appbarWindow, F... method GetActualWorkArea (line 244) | private static Rect GetActualWorkArea(RegisterInfo info) method GetMonitorWorkArea (line 257) | private static Interop.RECT GetMonitorWorkArea(IntPtr hMonitor) FILE: WpfAppBar/Interop.cs class Interop (line 6) | class Interop type RECT (line 8) | [StructLayout(LayoutKind.Sequential)] type APPBARDATA (line 17) | [StructLayout(LayoutKind.Sequential)] type DWMWINDOWATTRIBUTE (line 28) | [System.Flags] type DWMNCRenderingPolicy (line 46) | [System.Flags] type ABMsg (line 55) | internal enum ABMsg : int type ABNotify (line 69) | internal enum ABNotify : int type MonitorDefaultTo (line 77) | internal enum MonitorDefaultTo type MONITORINFO (line 84) | [StructLayout(LayoutKind.Sequential)] method SHAppBarMessage (line 93) | [DllImport("SHELL32", CallingConvention = CallingConvention.StdCall)] method RegisterWindowMessage (line 96) | [DllImport("User32.dll", CharSet = CharSet.Auto)] method DwmSetWindowAttribute (line 99) | [DllImport("dwmapi.dll")] method MonitorFromWindow (line 102) | [DllImport("User32.dll")] method GetMonitorInfo (line 105) | [DllImport("User32.dll")]