|
Dreamine.Hybrid.Wpf 1.0.3
`AddDreamineHybridWpf()` 내부에서 `AddWpfBlazorWebView()` 호출 및
|
속성 | |
| static bool | IsInDesignMode [get] |
정적 Private 멤버 함수 | |
| static bool | DetectDesignMode () |
정적 Private 속성 | |
| static readonly bool | _isInDesignMode = DetectDesignMode() |
캐시된 WPF 디자인 타임 감지 기능을 제공합니다.
DesignTimeGuard.cs 파일의 15 번째 라인에서 정의되었습니다.
|
inlinestaticprivate |
Dispatcher 스레드 안전성을 지키면서 WPF 디자인 모드를 감지합니다.
true, 감지할 수 없거나 런타임이면 false입니다.DesignTimeGuard.cs 파일의 53 번째 라인에서 정의되었습니다.
|
staticprivate |
is In Design Mode 값을 보관합니다.
DesignTimeGuard.cs 파일의 25 번째 라인에서 정의되었습니다.
|
staticget |
현재 프로세스가 WPF 디자이너에서 실행 중인지 여부를 가져옵니다.
DesignTimeGuard.cs 파일의 35 번째 라인에서 정의되었습니다.