1 instantiation of ContextLayoutManager
PresentationCore (1)
Core\CSharp\System\Windows\LayoutManager.cs (1)
69
lm = new
ContextLayoutManager
();
41 references to ContextLayoutManager
PresentationCore (41)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (6)
493
ContextLayoutManager
lm =
ContextLayoutManager
.From(this.Dispatcher);
1945
ContextLayoutManager
lm =
ContextLayoutManager
.From(this.Dispatcher);
2070
ContextLayoutManager
lm =
ContextLayoutManager
.From(this.Dispatcher);
Core\CSharp\System\Windows\Input\InputManager.cs (1)
198
ContextLayoutManager
.From(Dispatcher).LayoutEvents.Add(_layoutUpdatedCallback);
Core\CSharp\System\Windows\LayoutManager.cs (10)
59
internal static
ContextLayoutManager
From(Dispatcher dispatcher)
61
ContextLayoutManager
lm = dispatcher.Reserved3 as
ContextLayoutManager
;
131
((
ContextLayoutManager
)arg).NeedsRecalc();
586
ContextLayoutManager
ContextLayoutManager = arg as
ContextLayoutManager
;
904
ContextLayoutManager
layoutManager =
ContextLayoutManager
.From(e.Dispatcher);
1019
ContextLayoutManager
lm =
ContextLayoutManager
.From(e.Dispatcher);
Core\CSharp\System\Windows\UIElement.cs (24)
277
ContextLayoutManager
ContextLayoutManager =
ContextLayoutManager
.From(Dispatcher);
310
ContextLayoutManager
ContextLayoutManager =
ContextLayoutManager
.From(Dispatcher);
361
item =
ContextLayoutManager
.From(Dispatcher).LayoutEvents.Add(value);
373
ContextLayoutManager
.From(Dispatcher).LayoutEvents.Remove(item);
526
ContextLayoutManager
contextLayoutManager = (requireMeasureUpdate || requireArrangeUpdate)
527
?
ContextLayoutManager
.From(e.Dispatcher)
573
ContextLayoutManager
ContextLayoutManager =
ContextLayoutManager
.From(Dispatcher);
617
ContextLayoutManager
.From(Dispatcher).MeasureQueue.Remove(this);
656
ContextLayoutManager
layoutManager =
ContextLayoutManager
.From(Dispatcher);
700
ContextLayoutManager
.From(Dispatcher).MeasureQueue.Remove(this);
786
ContextLayoutManager
ContextLayoutManager =
ContextLayoutManager
.From(Dispatcher);
830
ContextLayoutManager
.From(Dispatcher).ArrangeQueue.Remove(this);
880
ContextLayoutManager
layoutManager =
ContextLayoutManager
.From(Dispatcher);
930
ContextLayoutManager
.From(Dispatcher).ArrangeQueue.Remove(this);
1052
ContextLayoutManager
.From(Dispatcher).AddToSizeChangedChain(info);
1661
ContextLayoutManager
.From(Dispatcher).UpdateLayout();
4711
internal
ContextLayoutManager
.LayoutQueue.Request MeasureRequest;
4712
internal
ContextLayoutManager
.LayoutQueue.Request ArrangeRequest;