Searched refs:InspectableNativeWindow (Results 1 – 6 of 6) sorted by relevance
26 class CoreWindowNativeWindow : public InspectableNativeWindow,59 HRESULT RuntimeClassInitialize(std::shared_ptr<InspectableNativeWindow> host) in RuntimeClassInitialize()75 std::shared_ptr<InspectableNativeWindow> host = mHost.lock(); in IFACEMETHOD()91 std::weak_ptr<InspectableNativeWindow> mHost;
32 class SwapChainPanelNativeWindow : public InspectableNativeWindow,67 HRESULT RuntimeClassInitialize(std::shared_ptr<InspectableNativeWindow> host) in RuntimeClassInitialize()82 std::shared_ptr<InspectableNativeWindow> host = mHost.lock(); in IFACEMETHOD()102 std::weak_ptr<InspectableNativeWindow> mHost;
21 class InspectableNativeWindow; variable46 std::shared_ptr<InspectableNativeWindow> mImpl;
46 class InspectableNativeWindow49 InspectableNativeWindow() in InspectableNativeWindow() function60 virtual ~InspectableNativeWindow() {} in ~InspectableNativeWindow()
290 RECT InspectableNativeWindow::clientRect(const Size &size) in clientRect()
252 "d3d11/winrt/InspectableNativeWindow.cpp",253 "d3d11/winrt/InspectableNativeWindow.h",