MCPcopy
hub / github.com/winjs/winjs / _horizontal

Method _horizontal

src/js/WinJS/Controls/SplitView/_SplitView.ts:636–638  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

634 }
635
636 private get _horizontal(): boolean {
637 return this.panePlacement === PanePlacement.left || this.panePlacement === PanePlacement.right;
638 }
639
640 private _getHiddenPaneThickness(): IThickness {
641 if (this._cachedHiddenPaneThickness === null) {

Callers 10

ListView.jsFile · 0.80
elementInViewportFunction · 0.80
positionItemAtIndexFunction · 0.80
_BrowseMode.jsFile · 0.80
measureItemsBlockFunction · 0.80
checkAndExecuteMethod · 0.80
testMethod · 0.80
testLayoutFunction · 0.80
headerfootereventsFunction · 0.80

Calls

no outgoing calls

Tested by 1

testMethod · 0.64